#EB83B5

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

Shades of Persian Pink #EB83B5

Tints of Persian Pink #EB83B5

Color information

#EB83B5 (or 0xEB83B5) is unknown color: approx Persian Pink. HEX triplet: EB, 83 and B5. RGB value is (235,131,181). Sum of RGB (Red+Green+Blue) = 235+131+181=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83B5 is #147C4A. Grayscale: #A7A7A7. Windows color (decimal): -1342539 or 11895787. OLE color: 11895787.

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

Color convert

RGB235131181-
CMYK00.440.230.08
HSL331.15º72.22%71.76%-
HSV(B)331.15º44.26%92.16%-
XYZ50.7237.2348.23-
YUV167.8135.46175.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=42.96%
G=23.95%
B=33.09%

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
Decimal23513118100.440.230.08331.1572.2271.76
HexEB83B502C17814b4848
Octal3532032650542710513110110
Binary111010111000001110110101010110010111100010100101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83B5; }

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

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

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

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

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

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

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

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