Html Css Color HEX #E0349A Deep Cerise

📋 copy color: '#E0349A'

red 224 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #E0349A

Tints of Deep Cerise #E0349A

RGB

 RED value IS 224 (87.89% from 255) = 52.09%

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

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

R = 52.09%
G = 12.09%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0349A (or 0xE0349A) is known color: Deep Cerise. HEX triplet: E0, 34 and 9A. RGB value is (224,52,154). Sum of RGB (Red+Green+Blue) = 224+52+154=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0349A is #1FCB65. Grayscale: #727272. Windows color (decimal): -2083686 or 10106080. OLE color: 10106080.

HSL color Cylindrical-coordinate representation of color #E0349A: hue angle of 324.42º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0349A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 52 154 -
CMYK 0 0.77 0.31 0.12
HSL 324.42º 0.74% 0.54% -
HSV(B) 324.42º 0.77% 0.88% -
XYZ 37.8 20.64 32.56 -
YUV 115.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 224 52 154 0 0.77 0.31 0.12 324.42 0.74 0.54
Hex E0 34 9A 0 4D 1F C 144 4A 36
Octal 340 64 232 0 115 37 14 504 112 66
Binary 11100000 110100 10011010 0 1001101 11111 1100 101000100 1001010 110110

Color Harmonies of #E0349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0349A

Black with #E0349A

Text Example


Text Example

White with #E0349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0349A; }

 p { color: rgb(224,52,154); }

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

background-color css

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

 a { background-color: rgb(224,52,154); }

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

border-color css

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

 span { border-color: rgb(224,52,154); }

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