Html Css Color HEX #E72498 Persian Rose

📋 copy color: '#E72498'

red 231 ◦ green 36 ◦ blue 152

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

Shades of Persian Rose #E72498

Tints of Persian Rose #E72498

RGB

 RED value IS 231 (90.63% from 255) = 55.13%

 GREEN value IS 36 (14.45% from 255) = 8.59%

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

R = 55.13%
G = 8.59%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E72498 (or 0xE72498) is known color: Persian Rose. HEX triplet: E7, 24 and 98. RGB value is (231,36,152). Sum of RGB (Red+Green+Blue) = 231+36+152=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E72498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72498 is #18DB67. Grayscale: #6B6B6B. Windows color (decimal): -1629032 or 9970919. OLE color: 9970919.

HSL color Cylindrical-coordinate representation of color #E72498: hue angle of 324.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72498 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 36 152 -
CMYK 0 0.84 0.34 0.09
HSL 324.31º 0.8% 0.52% -
HSV(B) 324.31º 0.84% 0.91% -
XYZ 39.25 20.52 31.6 -
YUV 107.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 231 36 152 0 0.84 0.34 0.09 324.31 0.8 0.52
Hex E7 24 98 0 54 22 9 144 50 34
Octal 347 44 230 0 124 42 11 504 120 64
Binary 11100111 100100 10011000 0 1010100 100010 1001 101000100 1010000 110100

Color Harmonies of #E72498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72498

Black with #E72498

Text Example


Text Example

White with #E72498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72498; }

 p { color: rgb(231,36,152); }

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

background-color css

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

 a { background-color: rgb(231,36,152); }

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

border-color css

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

 span { border-color: rgb(231,36,152); }

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