Html Css Color HEX #E92485 Deep Cerise

📋 copy color: '#E92485'

red 233 ◦ green 36 ◦ blue 133

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

Shades of Deep Cerise #E92485

Tints of Deep Cerise #E92485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 57.96%
G = 8.96%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E92485 (or 0xE92485) is known color: Deep Cerise. HEX triplet: E9, 24 and 85. RGB value is (233,36,133). Sum of RGB (Red+Green+Blue) = 233+36+133=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E92485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92485 is #16DB7A. Grayscale: #696969. Windows color (decimal): -1497979 or 8725737. OLE color: 8725737.

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

Color convert

RGB 233 36 133 -
CMYK 0 0.85 0.43 0.09
HSL 330.46º 0.82% 0.53% -
HSV(B) 330.46º 0.85% 0.91% -
XYZ 38.47 20.28 24.08 -
YUV 105.96 143.27 218.61 -
System Red Green Blue C M Y K H S L
Decimal 233 36 133 0 0.85 0.43 0.09 330.46 0.82 0.53
Hex E9 24 85 0 55 2B 9 14A 52 35
Octal 351 44 205 0 125 53 11 512 122 65
Binary 11101001 100100 10000101 0 1010101 101011 1001 101001010 1010010 110101

Color Harmonies of #E92485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92485

Black with #E92485

Text Example


Text Example

White with #E92485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92485; }

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

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

background-color css

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

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

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

border-color css

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

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

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