Html Css Color HEX #E1448C Deep Cerise

📋 copy color: '#E1448C'

red 225 ◦ green 68 ◦ blue 140

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

Shades of Deep Cerise #E1448C

Tints of Deep Cerise #E1448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 51.96%
G = 15.7%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1448C (or 0xE1448C) is known color: Deep Cerise. HEX triplet: E1, 44 and 8C. RGB value is (225,68,140). Sum of RGB (Red+Green+Blue) = 225+68+140=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1448C is #1EBB73. Grayscale: #7B7B7B. Windows color (decimal): -2014068 or 9192673. OLE color: 9192673.

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

Color convert

RGB 225 68 140 -
CMYK 0 0.70 0.38 0.12
HSL 332.48º 0.72% 0.57% -
HSV(B) 332.48º 0.7% 0.88% -
XYZ 37.85 22.04 27.07 -
YUV 123.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 225 68 140 0 0.70 0.38 0.12 332.48 0.72 0.57
Hex E1 44 8C 0 46 26 C 14C 48 39
Octal 341 104 214 0 106 46 14 514 110 71
Binary 11100001 1000100 10001100 0 1000110 100110 1100 101001100 1001000 111001

Color Harmonies of #E1448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1448C

Black with #E1448C

Text Example


Text Example

White with #E1448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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