#EB83B6

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

Shades of Persian Pink #EB83B6

Tints of Persian Pink #EB83B6

Color information

#EB83B6 (or 0xEB83B6) is unknown color: approx Persian Pink. HEX triplet: EB, 83 and B6. RGB value is (235,131,182). Sum of RGB (Red+Green+Blue) = 235+131+182=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83B6 is #147C49. Grayscale: #A7A7A7. Windows color (decimal): -1342538 or 11961323. OLE color: 11961323.

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

Color convert

RGB235131182-
CMYK00.440.230.08
HSL330.58º72.22%71.76%-
HSV(B)330.58º44.26%92.16%-
XYZ50.8237.2748.77-
YUV167.91135.96175.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 182 (71.48% from 255) = 33.21%
R=42.88%
G=23.91%
B=33.21%

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
Decimal23513118200.440.230.08330.5872.2271.76
HexEB83B602C17814b4848
Octal3532032660542710513110110
Binary111010111000001110110110010110010111100010100101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83B6; }

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

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

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

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

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

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

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

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