#EA79D4

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

Shades of Orchid #EA79D4

Tints of Orchid #EA79D4

Color information

#EA79D4 (or 0xEA79D4) is unknown color: approx Orchid. HEX triplet: EA, 79 and D4. RGB value is (234,121,212). Sum of RGB (Red+Green+Blue) = 234+121+212=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79D4 is #15862B. Grayscale: #A4A4A4. Windows color (decimal): -1410604 or 13924842. OLE color: 13924842.

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

Color convert

RGB234121212-
CMYK00.480.090.08
HSL311.68º72.9%69.61%-
HSV(B)311.68º48.29%91.76%-
XYZ52.6535.9266.45-
YUV165.16154.44177.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 121 (47.66% from 255) = 21.34%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=41.27%
G=21.34%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412121200.480.090.08311.6872.969.61
HexEA79D4030981384946
Octal3521713240601110470111106
Binary1110101011110011101010001100001001100010011100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79D4; }

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

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

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

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

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

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

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

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