#EA77D7

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

Shades of Orchid #EA77D7

Tints of Orchid #EA77D7

Color information

#EA77D7 (or 0xEA77D7) is unknown color: approx Orchid. HEX triplet: EA, 77 and D7. RGB value is (234,119,215). Sum of RGB (Red+Green+Blue) = 234+119+215=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77D7 is #158828. Grayscale: #A4A4A4. Windows color (decimal): -1411113 or 14120938. OLE color: 14120938.

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

Color convert

RGB234119215-
CMYK00.490.080.08
HSL309.91º73.25%69.22%-
HSV(B)309.91º49.15%91.76%-
XYZ52.7935.5968.38-
YUV164.33156.6177.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 119 (46.88% from 255) = 20.95%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=41.20%
G=20.95%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411921500.490.080.08309.9173.2569.22
HexEA77D7031881364945
Octal3521673270611010466111105
Binary1110101011101111101011101100011000100010011011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77D7; }

 p { color: rgb(234,119,215); }

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

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

 a { background-color: rgb(234,119,215); }

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

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

 span { border-color: rgb(234,119,215); }

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