#EA6FE4

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

Shades of Orchid #EA6FE4

Tints of Orchid #EA6FE4

Color information

#EA6FE4 (or 0xEA6FE4) is unknown color: approx Orchid. HEX triplet: EA, 6F and E4. RGB value is (234,111,228). Sum of RGB (Red+Green+Blue) = 234+111+228=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FE4 is #15901B. Grayscale: #A0A0A0. Windows color (decimal): -1413148 or 14970858. OLE color: 14970858.

HSL color Cylindrical-coordinate representation of color #EA6FE4: hue angle of 302.93º 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 #EA6FE4 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234111228-
CMYK00.530.030.08
HSL302.93º74.55%67.65%-
HSV(B)302.93º52.56%91.76%-
XYZ53.6234.4677.22-
YUV161.11165.75179.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 111 (43.75% from 255) = 19.37%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=40.84%
G=19.37%
B=39.79%

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
Decimal23411122800.530.030.08302.9374.5567.65
HexEA6FE40353812f4b44
Octal352157344065310457113104
Binary11101010110111111100100011010111100010010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FE4; }

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

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

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

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

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

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

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

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