Html Css Color HEX #E52EB1 Persian Rose

📋 copy color: '#E52EB1'

red 229 ◦ green 46 ◦ blue 177

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

Shades of Persian Rose #E52EB1

Tints of Persian Rose #E52EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 50.66%
G = 10.18%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E52EB1 (or 0xE52EB1) is known color: Persian Rose. HEX triplet: E5, 2E and B1. RGB value is (229,46,177). Sum of RGB (Red+Green+Blue) = 229+46+177=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52EB1 is #1AD14E. Grayscale: #737373. Windows color (decimal): -1757519 or 11611877. OLE color: 11611877.

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

Color convert

RGB 229 46 177 -
CMYK 0 0.80 0.23 0.10
HSL 317.05º 0.78% 0.54% -
HSV(B) 317.05º 0.8% 0.9% -
XYZ 41.23 21.79 43.63 -
YUV 115.65 162.63 208.85 -
System Red Green Blue C M Y K H S L
Decimal 229 46 177 0 0.80 0.23 0.10 317.05 0.78 0.54
Hex E5 2E B1 0 50 17 A 13D 4E 36
Octal 345 56 261 0 120 27 12 475 116 66
Binary 11100101 101110 10110001 0 1010000 10111 1010 100111101 1001110 110110

Color Harmonies of #E52EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EB1

Black with #E52EB1

Text Example


Text Example

White with #E52EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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