Html Css Color HEX #E92499 Persian Rose

📋 copy color: '#E92499'

red 233 ◦ green 36 ◦ blue 153

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

Shades of Persian Rose #E92499

Tints of Persian Rose #E92499

RGB

 RED value IS 233 (91.41% from 255) = 55.21%

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

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 55.21%
G = 8.53%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E92499 (or 0xE92499) is known color: Persian Rose. HEX triplet: E9, 24 and 99. RGB value is (233,36,153). Sum of RGB (Red+Green+Blue) = 233+36+153=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E92499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92499 is #16DB66. Grayscale: #6B6B6B. Windows color (decimal): -1497959 or 10036457. OLE color: 10036457.

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

Color convert

RGB 233 36 153 -
CMYK 0 0.85 0.34 0.09
HSL 324.37º 0.82% 0.53% -
HSV(B) 324.37º 0.85% 0.91% -
XYZ 39.98 20.89 32.06 -
YUV 108.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 233 36 153 0 0.85 0.34 0.09 324.37 0.82 0.53
Hex E9 24 99 0 55 22 9 144 52 35
Octal 351 44 231 0 125 42 11 504 122 65
Binary 11101001 100100 10011001 0 1010101 100010 1001 101000100 1010010 110101

Color Harmonies of #E92499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92499

Black with #E92499

Text Example


Text Example

White with #E92499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92499; }

 p { color: rgb(233,36,153); }

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

background-color css

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

 a { background-color: rgb(233,36,153); }

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

border-color css

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

 span { border-color: rgb(233,36,153); }

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