#EB84BA

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

Shades of Persian Pink #EB84BA

Tints of Persian Pink #EB84BA

Color information

#EB84BA (or 0xEB84BA) is unknown color: approx Persian Pink. HEX triplet: EB, 84 and BA. RGB value is (235,132,186). Sum of RGB (Red+Green+Blue) = 235+132+186=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84BA is #147B45. Grayscale: #A8A8A8. Windows color (decimal): -1342278 or 12223723. OLE color: 12223723.

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

Color convert

RGB235132186-
CMYK00.440.210.08
HSL328.54º72.03%71.96%-
HSV(B)328.54º43.83%92.16%-
XYZ51.3837.7151.03-
YUV168.95137.62175.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=42.50%
G=23.87%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513218600.440.210.08328.5472.0371.96
HexEB84BA02C1581494848
Octal3532042720542510511110110
Binary111010111000010010111010010110010101100010100100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84BA; }

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

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

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

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

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

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

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

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