#EB31A1

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

Shades of Persian Rose #EB31A1

Tints of Persian Rose #EB31A1

Color information

#EB31A1 (or 0xEB31A1) is unknown color: approx Persian Rose. HEX triplet: EB, 31 and A1. RGB value is (235,49,161). Sum of RGB (Red+Green+Blue) = 235+49+161=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB31A1 is #14CE5E. Grayscale: #757575. Windows color (decimal): -1363551 or 10564075. OLE color: 10564075.

HSL color Cylindrical-coordinate representation of color #EB31A1: hue angle of 323.87º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB31A1 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB23549161-
CMYK00.790.310.08
HSL323.87º82.3%55.69%-
HSV(B)323.87º79.15%92.16%-
XYZ41.7922.4335.85-
YUV117.38152.62211.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 49 (19.53% from 255) = 11.01%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=52.81%
G=11.01%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354916100.790.310.08323.8782.355.69
HexEB31A104F1F81445238
Octal353612410117371050412270
Binary1110101111000110100001010011111111110001010001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB31A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB31A1; }

 p { color: rgb(235,49,161); }

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

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

 a { background-color: rgb(235,49,161); }

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

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

 span { border-color: rgb(235,49,161); }

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