#EA79BD

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

Shades of Persian Pink #EA79BD

Tints of Persian Pink #EA79BD

Color information

#EA79BD (or 0xEA79BD) is unknown color: approx Persian Pink. HEX triplet: EA, 79 and BD. RGB value is (234,121,189). Sum of RGB (Red+Green+Blue) = 234+121+189=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79BD is #158642. Grayscale: #A2A2A2. Windows color (decimal): -1410627 or 12417514. OLE color: 12417514.

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

Color convert

RGB234121189-
CMYK00.480.190.08
HSL323.89º72.9%69.61%-
HSV(B)323.89º48.29%91.76%-
XYZ49.9534.8452.24-
YUV162.54142.94178.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=43.01%
G=22.24%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412118900.480.190.08323.8972.969.61
HexEA79BD0301381444946
Octal3521712750602310504111106
Binary11101010111100110111101011000010011100010100010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79BD; }

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

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

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

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

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

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

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

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