Html Css Color HEX #E52AAB Persian Rose

📋 copy color: '#E52AAB'

red 229 ◦ green 42 ◦ blue 171

#E52AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E52AAB

Tints of Persian Rose #E52AAB

RGB

 RED value IS 229 (89.84% from 255) = 51.81%

 GREEN value IS 42 (16.8% from 255) = 9.5%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 51.81%
G = 9.5%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E52AAB (or 0xE52AAB) is known color: Persian Rose. HEX triplet: E5, 2A and AB. RGB value is (229,42,171). Sum of RGB (Red+Green+Blue) = 229+42+171=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AAB is #1AD554. Grayscale: #707070. Windows color (decimal): -1758549 or 11217637. OLE color: 11217637.

HSL color Cylindrical-coordinate representation of color #E52AAB: hue angle of 318.61º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AAB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 171 -
CMYK 0 0.82 0.25 0.10
HSL 318.61º 0.78% 0.53% -
HSV(B) 318.61º 0.82% 0.9% -
XYZ 40.49 21.25 40.5 -
YUV 112.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 229 42 171 0 0.82 0.25 0.10 318.61 0.78 0.53
Hex E5 2A AB 0 52 19 A 13F 4E 35
Octal 345 52 253 0 122 31 12 477 116 65
Binary 11100101 101010 10101011 0 1010010 11001 1010 100111111 1001110 110101

Color Harmonies of #E52AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AAB

Black with #E52AAB

Text Example


Text Example

White with #E52AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AAB; }

 p { color: rgb(229,42,171); }

 H1.HeaderClassName
 {
   color: #E52AAB;
 }
 .AnyTagClassName
 {
   color: #E52AAB;
 }
</style>

background-color css

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

 a { background-color: rgb(229,42,171); }

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

border-color css

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

 span { border-color: rgb(229,42,171); }

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