#EB31AA

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

Shades of Persian Rose #EB31AA

Tints of Persian Rose #EB31AA

Color information

#EB31AA (or 0xEB31AA) is unknown color: approx Persian Rose. HEX triplet: EB, 31 and AA. RGB value is (235,49,170). Sum of RGB (Red+Green+Blue) = 235+49+170=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB31AA is #14CE55. Grayscale: #767676. Windows color (decimal): -1363542 or 11153899. OLE color: 11153899.

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

Color convert

RGB23549170-
CMYK00.790.280.08
HSL320.97º82.3%55.69%-
HSV(B)320.97º79.15%92.16%-
XYZ42.6122.7640.18-
YUV118.41157.12211.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.76%
GREEN value IS 49 (19.53% from 255) = 10.79%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=51.76%
G=10.79%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354917000.790.280.08320.9782.355.69
HexEB31AA04F1C81415238
Octal353612520117341050112270
Binary1110101111000110101010010011111110010001010000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB31AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB31AA; }

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

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

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

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

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

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

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

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