#EA79DB

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

Shades of Orchid #EA79DB

Tints of Orchid #EA79DB

Color information

#EA79DB (or 0xEA79DB) is unknown color: approx Orchid. HEX triplet: EA, 79 and DB. RGB value is (234,121,219). Sum of RGB (Red+Green+Blue) = 234+121+219=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79DB is #158624. Grayscale: #A5A5A5. Windows color (decimal): -1410597 or 14383594. OLE color: 14383594.

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

Color convert

RGB234121219-
CMYK00.480.060.08
HSL307.96º72.9%69.61%-
HSV(B)307.96º48.29%91.76%-
XYZ53.5636.2871.2-
YUV165.96157.94176.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 121 (47.66% from 255) = 21.08%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=40.77%
G=21.08%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412121900.480.060.08307.9672.969.61
HexEA79DB030681344946
Octal352171333060610464111106
Binary111010101111001110110110110000110100010011010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79DB; }

 p { color: rgb(234,121,219); }

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

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

 a { background-color: rgb(234,121,219); }

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

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

 span { border-color: rgb(234,121,219); }

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