#EA75D8

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

Shades of Orchid #EA75D8

Tints of Orchid #EA75D8

Color information

#EA75D8 (or 0xEA75D8) is unknown color: approx Orchid. HEX triplet: EA, 75 and D8. RGB value is (234,117,216). Sum of RGB (Red+Green+Blue) = 234+117+216=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75D8 is #158A27. Grayscale: #A2A2A2. Windows color (decimal): -1411624 or 14185962. OLE color: 14185962.

HSL color Cylindrical-coordinate representation of color #EA75D8: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75D8 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234117216-
CMYK00.50.080.08
HSL309.23º73.58%68.82%-
HSV(B)309.23º50%91.76%-
XYZ52.6935.1768.98-
YUV163.27157.76178.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=41.27%
G=20.63%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411721600.50.080.08309.2373.5868.82
HexEA75D8032881354a45
Octal3521653300621010465112105
Binary1110101011101011101100001100101000100010011010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75D8; }

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

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

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

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

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

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

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

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