#EA6FE3

Color #EA6FE3 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #EA6FE3

Tints of Orchid #EA6FE3

Color information

#EA6FE3 (or 0xEA6FE3) is unknown color: approx Orchid. HEX triplet: EA, 6F and E3. RGB value is (234,111,227). Sum of RGB (Red+Green+Blue) = 234+111+227=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FE3 is #15901C. Grayscale: #A0A0A0. Windows color (decimal): -1413149 or 14905322. OLE color: 14905322.

HSL color Cylindrical-coordinate representation of color #EA6FE3: hue angle of 303.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FE3 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234111227-
CMYK00.530.030.08
HSL303.41º74.55%67.65%-
HSV(B)303.41º52.56%91.76%-
XYZ53.4834.4176.5-
YUV161165.25180.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 111 (43.75% from 255) = 19.41%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=40.91%
G=19.41%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411122700.530.030.08303.4174.5567.65
HexEA6FE30353812f4b44
Octal352157343065310457113104
Binary11101010110111111100011011010111100010010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FE3; }

 p { color: rgb(234,111,227); }

 H1.HeaderClassName
 {
   color: #EA6FE3;
 }
 .AnyTagClassName
 {
   color: #EA6FE3;
 }
</style>
background-color css

<style>
 a { background-color: #EA6FE3; }

 a { background-color: rgb(234,111,227); }

 div.DivClassName
 {
   background-color: #EA6FE3;
 }
 .BgClassName
 {
   background-color: #EA6FE3;
 }
</style>
border-color css

<style>
 span { border-color: #EA6FE3; }

 span { border-color: rgb(234,111,227); }

 td.TdClassName
 {
   border-color: #EA6FE3;
 }
 .TagClassName
 {
   border-color: #EA6FE3;
 }
</style>