Html Css Color HEX #E2349E Deep Cerise

📋 copy color: '#E2349E'

red 226 ◦ green 52 ◦ blue 158

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

Shades of Deep Cerise #E2349E

Tints of Deep Cerise #E2349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.93%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 51.83%
G = 11.93%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2349E (or 0xE2349E) is known color: Deep Cerise. HEX triplet: E2, 34 and 9E. RGB value is (226,52,158). Sum of RGB (Red+Green+Blue) = 226+52+158=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2349E is #1DCB61. Grayscale: #737373. Windows color (decimal): -1952610 or 10368226. OLE color: 10368226.

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

Color convert

RGB 226 52 158 -
CMYK 0 0.77 0.30 0.11
HSL 323.45º 0.75% 0.55% -
HSV(B) 323.45º 0.77% 0.89% -
XYZ 38.76 21.09 34.38 -
YUV 116.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 226 52 158 0 0.77 0.30 0.11 323.45 0.75 0.55
Hex E2 34 9E 0 4D 1E B 143 4B 37
Octal 342 64 236 0 115 36 13 503 113 67
Binary 11100010 110100 10011110 0 1001101 11110 1011 101000011 1001011 110111

Color Harmonies of #E2349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2349E

Black with #E2349E

Text Example


Text Example

White with #E2349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2349E; }

 p { color: rgb(226,52,158); }

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

background-color css

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

 a { background-color: rgb(226,52,158); }

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

border-color css

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

 span { border-color: rgb(226,52,158); }

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