Html Css Color HEX #E1349D Deep Cerise

📋 copy color: '#E1349D'

red 225 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #E1349D

Tints of Deep Cerise #E1349D

RGB

 RED value IS 225 (88.28% from 255) = 51.84%

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 51.84%
G = 11.98%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1349D (or 0xE1349D) is known color: Deep Cerise. HEX triplet: E1, 34 and 9D. RGB value is (225,52,157). Sum of RGB (Red+Green+Blue) = 225+52+157=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1349D is #1ECB62. Grayscale: #737373. Windows color (decimal): -2018147 or 10302689. OLE color: 10302689.

HSL color Cylindrical-coordinate representation of color #E1349D: hue angle of 323.58º 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 #E1349D is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 157 -
CMYK 0 0.77 0.30 0.12
HSL 323.58º 0.74% 0.54% -
HSV(B) 323.58º 0.77% 0.88% -
XYZ 38.37 20.9 33.91 -
YUV 115.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 225 52 157 0 0.77 0.30 0.12 323.58 0.74 0.54
Hex E1 34 9D 0 4D 1E C 144 4A 36
Octal 341 64 235 0 115 36 14 504 112 66
Binary 11100001 110100 10011101 0 1001101 11110 1100 101000100 1001010 110110

Color Harmonies of #E1349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1349D

Black with #E1349D

Text Example


Text Example

White with #E1349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1349D; }

 p { color: rgb(225,52,157); }

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

background-color css

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

 a { background-color: rgb(225,52,157); }

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

border-color css

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

 span { border-color: rgb(225,52,157); }

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