Html Css Color HEX #E52EAF Persian Rose

📋 copy color: '#E52EAF'

red 229 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #E52EAF

Tints of Persian Rose #E52EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 50.89%
G = 10.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E52EAF (or 0xE52EAF) is known color: Persian Rose. HEX triplet: E5, 2E and AF. RGB value is (229,46,175). Sum of RGB (Red+Green+Blue) = 229+46+175=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52EAF is #1AD150. Grayscale: #737373. Windows color (decimal): -1757521 or 11480805. OLE color: 11480805.

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

Color convert

RGB 229 46 175 -
CMYK 0 0.80 0.24 0.10
HSL 317.7º 0.78% 0.54% -
HSV(B) 317.7º 0.8% 0.9% -
XYZ 41.03 21.71 42.58 -
YUV 115.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 229 46 175 0 0.80 0.24 0.10 317.7 0.78 0.54
Hex E5 2E AF 0 50 18 A 13E 4E 36
Octal 345 56 257 0 120 30 12 476 116 66
Binary 11100101 101110 10101111 0 1010000 11000 1010 100111110 1001110 110110

Color Harmonies of #E52EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EAF

Black with #E52EAF

Text Example


Text Example

White with #E52EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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