Html Css Color HEX #E52BAE Persian Rose

📋 copy color: '#E52BAE'

red 229 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #E52BAE

Tints of Persian Rose #E52BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.64%

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 51.35%
G = 9.64%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E52BAE (or 0xE52BAE) is known color: Persian Rose. HEX triplet: E5, 2B and AE. RGB value is (229,43,174). Sum of RGB (Red+Green+Blue) = 229+43+174=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BAE is #1AD451. Grayscale: #717171. Windows color (decimal): -1758290 or 11414501. OLE color: 11414501.

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

Color convert

RGB 229 43 174 -
CMYK 0 0.81 0.24 0.10
HSL 317.74º 0.78% 0.53% -
HSV(B) 317.74º 0.81% 0.9% -
XYZ 40.82 21.44 42.03 -
YUV 113.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 229 43 174 0 0.81 0.24 0.10 317.74 0.78 0.53
Hex E5 2B AE 0 51 18 A 13E 4E 35
Octal 345 53 256 0 121 30 12 476 116 65
Binary 11100101 101011 10101110 0 1010001 11000 1010 100111110 1001110 110101

Color Harmonies of #E52BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BAE

Black with #E52BAE

Text Example


Text Example

White with #E52BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BAE; }

 p { color: rgb(229,43,174); }

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

background-color css

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

 a { background-color: rgb(229,43,174); }

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

border-color css

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

 span { border-color: rgb(229,43,174); }

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