Html Css Color HEX #E92399 Persian Rose

📋 copy color: '#E92399'

red 233 ◦ green 35 ◦ blue 153

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

Shades of Persian Rose #E92399

Tints of Persian Rose #E92399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

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

R = 55.34%
G = 8.31%
B = 36.34%

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

#E92399 (or 0xE92399) is known color: Persian Rose. HEX triplet: E9, 23 and 99. RGB value is (233,35,153). Sum of RGB (Red+Green+Blue) = 233+35+153=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E92399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92399 is #16DC66. Grayscale: #6B6B6B. Windows color (decimal): -1498215 or 10036201. OLE color: 10036201.

HSL color Cylindrical-coordinate representation of color #E92399: hue angle of 324.24º 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 #E92399 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 35 153 -
CMYK 0 0.85 0.34 0.09
HSL 324.24º 0.82% 0.53% -
HSV(B) 324.24º 0.85% 0.91% -
XYZ 39.96 20.83 32.05 -
YUV 107.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 233 35 153 0 0.85 0.34 0.09 324.24 0.82 0.53
Hex E9 23 99 0 55 22 9 144 52 35
Octal 351 43 231 0 125 42 11 504 122 65
Binary 11101001 100011 10011001 0 1010101 100010 1001 101000100 1010010 110101

Color Harmonies of #E92399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92399

Black with #E92399

Text Example


Text Example

White with #E92399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92399; }

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

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

background-color css

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

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

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

border-color css

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

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

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