Html Css Color HEX #E52DAB Persian Rose

📋 copy color: '#E52DAB'

red 229 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #E52DAB

Tints of Persian Rose #E52DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

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

R = 51.46%
G = 10.11%
B = 38.43%

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

#E52DAB (or 0xE52DAB) is known color: Persian Rose. HEX triplet: E5, 2D and AB. RGB value is (229,45,171). Sum of RGB (Red+Green+Blue) = 229+45+171=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52DAB is #1AD254. Grayscale: #727272. Windows color (decimal): -1757781 or 11218405. OLE color: 11218405.

HSL color Cylindrical-coordinate representation of color #E52DAB: hue angle of 318.91º 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 #E52DAB is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 171 -
CMYK 0 0.80 0.25 0.10
HSL 318.91º 0.78% 0.54% -
HSV(B) 318.91º 0.8% 0.9% -
XYZ 40.6 21.48 40.53 -
YUV 114.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 229 45 171 0 0.80 0.25 0.10 318.91 0.78 0.54
Hex E5 2D AB 0 50 19 A 13F 4E 36
Octal 345 55 253 0 120 31 12 477 116 66
Binary 11100101 101101 10101011 0 1010000 11001 1010 100111111 1001110 110110

Color Harmonies of #E52DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DAB

Black with #E52DAB

Text Example


Text Example

White with #E52DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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