Html Css Color HEX #E34295 Deep Cerise

📋 copy color: '#E34295'

red 227 ◦ green 66 ◦ blue 149

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

Shades of Deep Cerise #E34295

Tints of Deep Cerise #E34295

RGB

 RED value IS 227 (89.06% from 255) = 51.36%

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 51.36%
G = 14.93%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E34295 (or 0xE34295) is known color: Deep Cerise. HEX triplet: E3, 42 and 95. RGB value is (227,66,149). Sum of RGB (Red+Green+Blue) = 227+66+149=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E34295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34295 is #1CBD6A. Grayscale: #7B7B7B. Windows color (decimal): -1883499 or 9781987. OLE color: 9781987.

HSL color Cylindrical-coordinate representation of color #E34295: hue angle of 329.07º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34295 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 66 149 -
CMYK 0 0.71 0.34 0.11
HSL 329.07º 0.74% 0.57% -
HSV(B) 329.07º 0.71% 0.89% -
XYZ 39.05 22.4 30.7 -
YUV 123.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 227 66 149 0 0.71 0.34 0.11 329.07 0.74 0.57
Hex E3 42 95 0 47 22 B 149 4A 39
Octal 343 102 225 0 107 42 13 511 112 71
Binary 11100011 1000010 10010101 0 1000111 100010 1011 101001001 1001010 111001

Color Harmonies of #E34295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34295

Black with #E34295

Text Example


Text Example

White with #E34295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34295; }

 p { color: rgb(227,66,149); }

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

background-color css

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

 a { background-color: rgb(227,66,149); }

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

border-color css

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

 span { border-color: rgb(227,66,149); }

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