#EB81B3

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

Shades of Persian Pink #EB81B3

Tints of Persian Pink #EB81B3

Color information

#EB81B3 (or 0xEB81B3) is unknown color: approx Persian Pink. HEX triplet: EB, 81 and B3. RGB value is (235,129,179). Sum of RGB (Red+Green+Blue) = 235+129+179=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81B3 is #147E4C. Grayscale: #A6A6A6. Windows color (decimal): -1343053 or 11764203. OLE color: 11764203.

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

Color convert

RGB235129179-
CMYK00.450.240.08
HSL331.7º72.6%71.37%-
HSV(B)331.7º45.11%92.16%-
XYZ50.2536.6247.07-
YUV166.39135.12176.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 179 (70.31% from 255) = 32.97%
R=43.28%
G=23.76%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512917900.450.240.08331.772.671.37
HexEB81B302D18814c4947
Octal3532012630553010514111107
Binary111010111000000110110011010110111000100010100110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81B3; }

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

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

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

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

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

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

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

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