#EB84BB

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

Shades of Persian Pink #EB84BB

Tints of Persian Pink #EB84BB

Color information

#EB84BB (or 0xEB84BB) is unknown color: approx Persian Pink. HEX triplet: EB, 84 and BB. RGB value is (235,132,187). Sum of RGB (Red+Green+Blue) = 235+132+187=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84BB is #147B44. Grayscale: #A8A8A8. Windows color (decimal): -1342277 or 12289259. OLE color: 12289259.

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

Color convert

RGB235132187-
CMYK00.440.200.08
HSL327.96º72.03%71.96%-
HSV(B)327.96º43.83%92.16%-
XYZ51.4837.7551.59-
YUV169.07138.12175.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=42.42%
G=23.83%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513218700.440.200.08327.9672.0371.96
HexEB84BB02C1481484848
Octal3532042730542410510110110
Binary111010111000010010111011010110010100100010100100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84BB; }

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

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

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

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

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

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

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

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