#EA75BF

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

Shades of Persian Pink #EA75BF

Tints of Persian Pink #EA75BF

Color information

#EA75BF (or 0xEA75BF) is unknown color: approx Persian Pink. HEX triplet: EA, 75 and BF. RGB value is (234,117,191). Sum of RGB (Red+Green+Blue) = 234+117+191=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75BF is #158A40. Grayscale: #A0A0A0. Windows color (decimal): -1411649 or 12547562. OLE color: 12547562.

HSL color Cylindrical-coordinate representation of color #EA75BF: hue angle of 322.05º degrees, saturation: 0.74, 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 #EA75BF is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234117191-
CMYK00.50.180.08
HSL322.05º73.58%68.82%-
HSV(B)322.05º50%91.76%-
XYZ49.733.9853.23-
YUV160.42145.26180.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 191 (75% from 255) = 35.24%
R=43.17%
G=21.59%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411719100.50.180.08322.0573.5868.82
HexEA75BF0321281424a45
Octal3521652770622210502112105
Binary11101010111010110111111011001010010100010100001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75BF; }

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

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

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

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

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

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

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

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