#EA84BF

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

Shades of Persian Pink #EA84BF

Tints of Persian Pink #EA84BF

Color information

#EA84BF (or 0xEA84BF) is unknown color: approx Persian Pink. HEX triplet: EA, 84 and BF. RGB value is (234,132,191). Sum of RGB (Red+Green+Blue) = 234+132+191=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84BF is #157B40. Grayscale: #A9A9A9. Windows color (decimal): -1407809 or 12551402. OLE color: 12551402.

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

Color convert

RGB234132191-
CMYK00.440.180.08
HSL325.29º70.83%71.76%-
HSV(B)325.29º43.59%91.76%-
XYZ51.5937.7653.86-
YUV169.22140.29174.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 191 (75% from 255) = 34.29%
R=42.01%
G=23.70%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413219100.440.180.08325.2970.8371.76
HexEA84BF02C1281454748
Octal3522042770542210505107110
Binary111010101000010010111111010110010010100010100010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84BF; }

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

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

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

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

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

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

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

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