Html Css Color HEX #E92099 Persian Rose

📋 copy color: '#E92099'

red 233 ◦ green 32 ◦ blue 153

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

Shades of Persian Rose #E92099

Tints of Persian Rose #E92099

RGB

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

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

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

R = 55.74%
G = 7.66%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E92099 (or 0xE92099) is known color: Persian Rose. HEX triplet: E9, 20 and 99. RGB value is (233,32,153). Sum of RGB (Red+Green+Blue) = 233+32+153=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E92099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92099 is #16DF66. Grayscale: #696969. Windows color (decimal): -1498983 or 10035433. OLE color: 10035433.

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

Color convert

RGB 233 32 153 -
CMYK 0 0.86 0.34 0.09
HSL 323.88º 0.82% 0.52% -
HSV(B) 323.88º 0.86% 0.91% -
XYZ 39.87 20.66 32.02 -
YUV 105.89 154.59 218.66 -
System Red Green Blue C M Y K H S L
Decimal 233 32 153 0 0.86 0.34 0.09 323.88 0.82 0.52
Hex E9 20 99 0 56 22 9 144 52 34
Octal 351 40 231 0 126 42 11 504 122 64
Binary 11101001 100000 10011001 0 1010110 100010 1001 101000100 1010010 110100

Color Harmonies of #E92099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92099

Black with #E92099

Text Example


Text Example

White with #E92099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92099; }

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

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

background-color css

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

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

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

border-color css

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

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

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