#EB84B3

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

Shades of Persian Pink #EB84B3

Tints of Persian Pink #EB84B3

Color information

#EB84B3 (or 0xEB84B3) is unknown color: approx Persian Pink. HEX triplet: EB, 84 and B3. RGB value is (235,132,179). Sum of RGB (Red+Green+Blue) = 235+132+179=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84B3 is #147B4C. Grayscale: #A8A8A8. Windows color (decimal): -1342285 or 11764971. OLE color: 11764971.

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

Color convert

RGB235132179-
CMYK00.440.240.08
HSL332.62º72.03%71.96%-
HSV(B)332.62º43.83%92.16%-
XYZ50.6537.4247.2-
YUV168.16134.12175.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=43.04%
G=24.18%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513217900.440.240.08332.6272.0371.96
HexEB84B302C18814d4848
Octal3532042630543010515110110
Binary111010111000010010110011010110011000100010100110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84B3; }

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

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

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

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

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

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

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

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