#EA79B7

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

Shades of Persian Pink #EA79B7

Tints of Persian Pink #EA79B7

Color information

#EA79B7 (or 0xEA79B7) is unknown color: approx Persian Pink. HEX triplet: EA, 79 and B7. RGB value is (234,121,183). Sum of RGB (Red+Green+Blue) = 234+121+183=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79B7 is #158648. Grayscale: #A1A1A1. Windows color (decimal): -1410633 or 12024298. OLE color: 12024298.

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

Color convert

RGB234121183-
CMYK00.480.220.08
HSL327.08º72.9%69.61%-
HSV(B)327.08º48.29%91.76%-
XYZ49.3234.5948.88-
YUV161.85139.94179.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=43.49%
G=22.49%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412118300.480.220.08327.0872.969.61
HexEA79B70301681474946
Octal3521712670602610507111106
Binary11101010111100110110111011000010110100010100011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79B7; }

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

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

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

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

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

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

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

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