Html Css Color HEX #E92396 Persian Rose

📋 copy color: '#E92396'

red 233 ◦ green 35 ◦ blue 150

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

Shades of Persian Rose #E92396

Tints of Persian Rose #E92396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 55.74%
G = 8.37%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E92396 (or 0xE92396) is known color: Persian Rose. HEX triplet: E9, 23 and 96. RGB value is (233,35,150). Sum of RGB (Red+Green+Blue) = 233+35+150=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E92396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92396 is #16DC69. Grayscale: #6B6B6B. Windows color (decimal): -1498218 or 9839593. OLE color: 9839593.

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

Color convert

RGB 233 35 150 -
CMYK 0 0.85 0.36 0.09
HSL 325.15º 0.82% 0.53% -
HSV(B) 325.15º 0.85% 0.91% -
XYZ 39.71 20.73 30.76 -
YUV 107.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 233 35 150 0 0.85 0.36 0.09 325.15 0.82 0.53
Hex E9 23 96 0 55 24 9 145 52 35
Octal 351 43 226 0 125 44 11 505 122 65
Binary 11101001 100011 10010110 0 1010101 100100 1001 101000101 1010010 110101

Color Harmonies of #E92396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92396

Black with #E92396

Text Example


Text Example

White with #E92396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92396; }

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

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

background-color css

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

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

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

border-color css

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

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

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