Html Css Color HEX #E92A8A Deep Cerise

📋 copy color: '#E92A8A'

red 233 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #E92A8A

Tints of Deep Cerise #E92A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 56.42%
G = 10.17%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E92A8A (or 0xE92A8A) is known color: Deep Cerise. HEX triplet: E9, 2A and 8A. RGB value is (233,42,138). Sum of RGB (Red+Green+Blue) = 233+42+138=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A8A is #16D575. Grayscale: #6D6D6D. Windows color (decimal): -1496438 or 9054953. OLE color: 9054953.

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

Color convert

RGB 233 42 138 -
CMYK 0 0.82 0.41 0.09
HSL 329.84º 0.81% 0.54% -
HSV(B) 329.84º 0.82% 0.91% -
XYZ 39.02 20.81 26.01 -
YUV 110.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 233 42 138 0 0.82 0.41 0.09 329.84 0.81 0.54
Hex E9 2A 8A 0 52 29 9 14A 51 36
Octal 351 52 212 0 122 51 11 512 121 66
Binary 11101001 101010 10001010 0 1010010 101001 1001 101001010 1010001 110110

Color Harmonies of #E92A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A8A

Black with #E92A8A

Text Example


Text Example

White with #E92A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A8A; }

 p { color: rgb(233,42,138); }

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

background-color css

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

 a { background-color: rgb(233,42,138); }

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

border-color css

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

 span { border-color: rgb(233,42,138); }

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