#EB84B5

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

Shades of Persian Pink #EB84B5

Tints of Persian Pink #EB84B5

Color information

#EB84B5 (or 0xEB84B5) is unknown color: approx Persian Pink. HEX triplet: EB, 84 and B5. RGB value is (235,132,181). Sum of RGB (Red+Green+Blue) = 235+132+181=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84B5 is #147B4A. Grayscale: #A8A8A8. Windows color (decimal): -1342283 or 11896043. OLE color: 11896043.

HSL color Cylindrical-coordinate representation of color #EB84B5: hue angle of 331.46º degrees, saturation: 0.72, 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 #EB84B5 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235132181-
CMYK00.440.230.08
HSL331.46º72.03%71.96%-
HSV(B)331.46º43.83%92.16%-
XYZ50.8537.548.27-
YUV168.38135.12175.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=42.88%
G=24.09%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513218100.440.230.08331.4672.0371.96
HexEB84B502C17814b4848
Octal3532042650542710513110110
Binary111010111000010010110101010110010111100010100101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84B5; }

 p { color: rgb(235,132,181); }

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

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

 a { background-color: rgb(235,132,181); }

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

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

 span { border-color: rgb(235,132,181); }

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