#EA76BF

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

Shades of Persian Pink #EA76BF

Tints of Persian Pink #EA76BF

Color information

#EA76BF (or 0xEA76BF) is unknown color: approx Persian Pink. HEX triplet: EA, 76 and BF. RGB value is (234,118,191). Sum of RGB (Red+Green+Blue) = 234+118+191=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76BF is #158940. Grayscale: #A0A0A0. Windows color (decimal): -1411393 or 12547818. OLE color: 12547818.

HSL color Cylindrical-coordinate representation of color #EA76BF: hue angle of 322.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76BF is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234118191-
CMYK00.500.180.08
HSL322.24º73.42%69.02%-
HSV(B)322.24º49.57%91.76%-
XYZ49.8134.2153.27-
YUV161.01144.93180.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 118 (46.48% from 255) = 21.73%
BLUE value IS 191 (75% from 255) = 35.17%
R=43.09%
G=21.73%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411819100.500.180.08322.2473.4269.02
HexEA76BF0321281424945
Octal3521662770622210502111105
Binary11101010111011010111111011001010010100010100001010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76BF; }

 p { color: rgb(234,118,191); }

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

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

 a { background-color: rgb(234,118,191); }

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

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

 span { border-color: rgb(234,118,191); }

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