Html Css Color HEX #E2319B Deep Cerise

📋 copy color: '#E2319B'

red 226 ◦ green 49 ◦ blue 155

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

Shades of Deep Cerise #E2319B

Tints of Deep Cerise #E2319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.4%

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 52.56%
G = 11.4%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2319B (or 0xE2319B) is known color: Deep Cerise. HEX triplet: E2, 31 and 9B. RGB value is (226,49,155). Sum of RGB (Red+Green+Blue) = 226+49+155=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2319B is #1DCE64. Grayscale: #717171. Windows color (decimal): -1953381 or 10170850. OLE color: 10170850.

HSL color Cylindrical-coordinate representation of color #E2319B: hue angle of 324.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2319B is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 49 155 -
CMYK 0 0.78 0.31 0.11
HSL 324.07º 0.75% 0.54% -
HSV(B) 324.07º 0.78% 0.89% -
XYZ 38.38 20.73 32.99 -
YUV 114.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 226 49 155 0 0.78 0.31 0.11 324.07 0.75 0.54
Hex E2 31 9B 0 4E 1F B 144 4B 36
Octal 342 61 233 0 116 37 13 504 113 66
Binary 11100010 110001 10011011 0 1001110 11111 1011 101000100 1001011 110110

Color Harmonies of #E2319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2319B

Black with #E2319B

Text Example


Text Example

White with #E2319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2319B; }

 p { color: rgb(226,49,155); }

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

background-color css

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

 a { background-color: rgb(226,49,155); }

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

border-color css

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

 span { border-color: rgb(226,49,155); }

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