#EA6FD8

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

Shades of Orchid #EA6FD8

Tints of Orchid #EA6FD8

Color information

#EA6FD8 (or 0xEA6FD8) is unknown color: approx Orchid. HEX triplet: EA, 6F and D8. RGB value is (234,111,216). Sum of RGB (Red+Green+Blue) = 234+111+216=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FD8 is #159027. Grayscale: #9F9F9F. Windows color (decimal): -1413160 or 14184426. OLE color: 14184426.

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

Color convert

RGB234111216-
CMYK00.530.080.08
HSL308.78º74.55%67.65%-
HSV(B)308.78º52.56%91.76%-
XYZ52.0133.8268.75-
YUV159.75159.75180.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 111 (43.75% from 255) = 19.79%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=41.71%
G=19.79%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411121600.530.080.08308.7874.5567.65
HexEA6FD8035881354b44
Octal3521573300651010465113104
Binary1110101011011111101100001101011000100010011010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FD8; }

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

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

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

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

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

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

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

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