#EA85BD

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

Shades of Persian Pink #EA85BD

Tints of Persian Pink #EA85BD

Color information

#EA85BD (or 0xEA85BD) is unknown color: approx Persian Pink. HEX triplet: EA, 85 and BD. RGB value is (234,133,189). Sum of RGB (Red+Green+Blue) = 234+133+189=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85BD is #157A42. Grayscale: #A9A9A9. Windows color (decimal): -1407555 or 12420586. OLE color: 12420586.

HSL color Cylindrical-coordinate representation of color #EA85BD: hue angle of 326.73º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85BD is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234133189-
CMYK00.430.190.08
HSL326.73º70.63%71.96%-
HSV(B)326.73º43.16%91.76%-
XYZ51.537.9452.75-
YUV169.58138.96173.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=42.09%
G=23.92%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413318900.430.190.08326.7370.6371.96
HexEA85BD02B1381474748
Octal3522052750532310507107110
Binary111010101000010110111101010101110011100010100011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85BD; }

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

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

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

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

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

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

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

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