#EA75DC

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

Shades of Orchid #EA75DC

Tints of Orchid #EA75DC

Color information

#EA75DC (or 0xEA75DC) is unknown color: approx Orchid. HEX triplet: EA, 75 and DC. RGB value is (234,117,220). Sum of RGB (Red+Green+Blue) = 234+117+220=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75DC is #158A23. Grayscale: #A3A3A3. Windows color (decimal): -1411620 or 14448106. OLE color: 14448106.

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

Color convert

RGB234117220-
CMYK00.50.060.08
HSL307.18º73.58%68.82%-
HSV(B)307.18º50%91.76%-
XYZ53.2135.3871.74-
YUV163.72159.76178.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=40.98%
G=20.49%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411722000.50.060.08307.1873.5868.82
HexEA75DC032681334a45
Octal352165334062610463112105
Binary111010101110101110111000110010110100010011001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75DC; }

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

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

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

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

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

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

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

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