#EB82B0

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

Shades of Persian Pink #EB82B0

Tints of Persian Pink #EB82B0

Color information

#EB82B0 (or 0xEB82B0) is unknown color: approx Persian Pink. HEX triplet: EB, 82 and B0. RGB value is (235,130,176). Sum of RGB (Red+Green+Blue) = 235+130+176=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB82B0 is #147D4F. Grayscale: #A6A6A6. Windows color (decimal): -1342800 or 11567851. OLE color: 11567851.

HSL color Cylindrical-coordinate representation of color #EB82B0: hue angle of 333.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB82B0 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235130176-
CMYK00.450.250.08
HSL333.71º72.41%71.57%-
HSV(B)333.71º44.68%92.16%-
XYZ50.0836.7645.53-
YUV166.64133.29176.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=43.44%
G=24.03%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513017600.450.250.08333.7172.4171.57
HexEB82B002D19814e4848
Octal3532022600553110516110110
Binary111010111000001010110000010110111001100010100111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82B0; }

 p { color: rgb(235,130,176); }

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

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

 a { background-color: rgb(235,130,176); }

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

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

 span { border-color: rgb(235,130,176); }

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