Html Css Color HEX #E52EAB Persian Rose

📋 copy color: '#E52EAB'

red 229 ◦ green 46 ◦ blue 171

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

Shades of Persian Rose #E52EAB

Tints of Persian Rose #E52EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.31%

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

R = 51.35%
G = 10.31%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E52EAB (or 0xE52EAB) is known color: Persian Rose. HEX triplet: E5, 2E and AB. RGB value is (229,46,171). Sum of RGB (Red+Green+Blue) = 229+46+171=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52EAB is #1AD154. Grayscale: #727272. Windows color (decimal): -1757525 or 11218661. OLE color: 11218661.

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

Color convert

RGB 229 46 171 -
CMYK 0 0.80 0.25 0.10
HSL 319.02º 0.78% 0.54% -
HSV(B) 319.02º 0.8% 0.9% -
XYZ 40.64 21.55 40.55 -
YUV 114.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 229 46 171 0 0.80 0.25 0.10 319.02 0.78 0.54
Hex E5 2E AB 0 50 19 A 13F 4E 36
Octal 345 56 253 0 120 31 12 477 116 66
Binary 11100101 101110 10101011 0 1010000 11001 1010 100111111 1001110 110110

Color Harmonies of #E52EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EAB

Black with #E52EAB

Text Example


Text Example

White with #E52EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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