Html Css Color HEX #E1449D Deep Cerise

📋 copy color: '#E1449D'

red 225 ◦ green 68 ◦ blue 157

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

Shades of Deep Cerise #E1449D

Tints of Deep Cerise #E1449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.11%

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

R = 50%
G = 15.11%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1449D (or 0xE1449D) is known color: Deep Cerise. HEX triplet: E1, 44 and 9D. RGB value is (225,68,157). Sum of RGB (Red+Green+Blue) = 225+68+157=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1449D is #1EBB62. Grayscale: #7C7C7C. Windows color (decimal): -2014051 or 10306785. OLE color: 10306785.

HSL color Cylindrical-coordinate representation of color #E1449D: hue angle of 325.99º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1449D is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 157 -
CMYK 0 0.70 0.30 0.12
HSL 325.99º 0.72% 0.57% -
HSV(B) 325.99º 0.7% 0.88% -
XYZ 39.2 22.58 34.19 -
YUV 125.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 225 68 157 0 0.70 0.30 0.12 325.99 0.72 0.57
Hex E1 44 9D 0 46 1E C 146 48 39
Octal 341 104 235 0 106 36 14 506 110 71
Binary 11100001 1000100 10011101 0 1000110 11110 1100 101000110 1001000 111001

Color Harmonies of #E1449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1449D

Black with #E1449D

Text Example


Text Example

White with #E1449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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