#EA77DD

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

Shades of Orchid #EA77DD

Tints of Orchid #EA77DD

Color information

#EA77DD (or 0xEA77DD) is unknown color: approx Orchid. HEX triplet: EA, 77 and DD. RGB value is (234,119,221). Sum of RGB (Red+Green+Blue) = 234+119+221=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77DD is #158822. Grayscale: #A4A4A4. Windows color (decimal): -1411107 or 14514154. OLE color: 14514154.

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

Color convert

RGB234119221-
CMYK00.490.060.08
HSL306.78º73.25%69.22%-
HSV(B)306.78º49.15%91.76%-
XYZ53.5835.9172.51-
YUV165.01159.6177.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 119 (46.88% from 255) = 20.73%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=40.77%
G=20.73%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411922100.490.060.08306.7873.2569.22
HexEA77DD031681334945
Octal352167335061610463111105
Binary111010101110111110111010110001110100010011001110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77DD; }

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

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

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

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

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

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

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

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