Html Css Color HEX #E2289A Deep Cerise

📋 copy color: '#E2289A'

red 226 ◦ green 40 ◦ blue 154

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

Shades of Deep Cerise #E2289A

Tints of Deep Cerise #E2289A

RGB

 RED value IS 226 (88.67% from 255) = 53.81%

 GREEN value IS 40 (16.02% from 255) = 9.52%

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 53.81%
G = 9.52%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2289A (or 0xE2289A) is known color: Deep Cerise. HEX triplet: E2, 28 and 9A. RGB value is (226,40,154). Sum of RGB (Red+Green+Blue) = 226+40+154=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2289A is #1DD765. Grayscale: #6C6C6C. Windows color (decimal): -1955686 or 10103010. OLE color: 10103010.

HSL color Cylindrical-coordinate representation of color #E2289A: hue angle of 323.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2289A is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 154 -
CMYK 0 0.82 0.32 0.11
HSL 323.23º 0.76% 0.52% -
HSV(B) 323.23º 0.82% 0.89% -
XYZ 37.96 20.02 32.44 -
YUV 108.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 226 40 154 0 0.82 0.32 0.11 323.23 0.76 0.52
Hex E2 28 9A 0 52 20 B 143 4C 34
Octal 342 50 232 0 122 40 13 503 114 64
Binary 11100010 101000 10011010 0 1010010 100000 1011 101000011 1001100 110100

Color Harmonies of #E2289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2289A

Black with #E2289A

Text Example


Text Example

White with #E2289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2289A; }

 p { color: rgb(226,40,154); }

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

background-color css

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

 a { background-color: rgb(226,40,154); }

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

border-color css

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

 span { border-color: rgb(226,40,154); }

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