Html Css Color HEX #E2279A Deep Cerise

📋 copy color: '#E2279A'

red 226 ◦ green 39 ◦ blue 154

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

Shades of Deep Cerise #E2279A

Tints of Deep Cerise #E2279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.31%

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

R = 53.94%
G = 9.31%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2279A (or 0xE2279A) is known color: Deep Cerise. HEX triplet: E2, 27 and 9A. RGB value is (226,39,154). Sum of RGB (Red+Green+Blue) = 226+39+154=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2279A is #1DD865. Grayscale: #6B6B6B. Windows color (decimal): -1955942 or 10102754. OLE color: 10102754.

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

Color convert

RGB 226 39 154 -
CMYK 0 0.83 0.32 0.11
HSL 323.1º 0.76% 0.52% -
HSV(B) 323.1º 0.83% 0.89% -
XYZ 37.92 19.95 32.42 -
YUV 108.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 226 39 154 0 0.83 0.32 0.11 323.1 0.76 0.52
Hex E2 27 9A 0 53 20 B 143 4C 34
Octal 342 47 232 0 123 40 13 503 114 64
Binary 11100010 100111 10011010 0 1010011 100000 1011 101000011 1001100 110100

Color Harmonies of #E2279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2279A

Black with #E2279A

Text Example


Text Example

White with #E2279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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