Html Css Color HEX #E52098 Persian Rose

📋 copy color: '#E52098'

red 229 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #E52098

Tints of Persian Rose #E52098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.75%

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 55.45%
G = 7.75%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E52098 (or 0xE52098) is known color: Persian Rose. HEX triplet: E5, 20 and 98. RGB value is (229,32,152). Sum of RGB (Red+Green+Blue) = 229+32+152=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E52098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52098 is #1ADF67. Grayscale: #686868. Windows color (decimal): -1761128 or 9969893. OLE color: 9969893.

HSL color Cylindrical-coordinate representation of color #E52098: hue angle of 323.45º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52098 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 152 -
CMYK 0 0.86 0.34 0.10
HSL 323.45º 0.79% 0.51% -
HSV(B) 323.45º 0.86% 0.9% -
XYZ 38.5 19.96 31.53 -
YUV 104.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 229 32 152 0 0.86 0.34 0.10 323.45 0.79 0.51
Hex E5 20 98 0 56 22 A 143 4F 33
Octal 345 40 230 0 126 42 12 503 117 63
Binary 11100101 100000 10011000 0 1010110 100010 1010 101000011 1001111 110011

Color Harmonies of #E52098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52098

Black with #E52098

Text Example


Text Example

White with #E52098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52098; }

 p { color: rgb(229,32,152); }

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

background-color css

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

 a { background-color: rgb(229,32,152); }

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

border-color css

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

 span { border-color: rgb(229,32,152); }

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