Html Css Color HEX #E144A0 Deep Cerise

📋 copy color: '#E144A0'

red 225 ◦ green 68 ◦ blue 160

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

Shades of Deep Cerise #E144A0

Tints of Deep Cerise #E144A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 49.67%
G = 15.01%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E144A0 (or 0xE144A0) is known color: Deep Cerise. HEX triplet: E1, 44 and A0. RGB value is (225,68,160). Sum of RGB (Red+Green+Blue) = 225+68+160=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E144A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144A0 is #1EBB5F. Grayscale: #7D7D7D. Windows color (decimal): -2014048 or 10503393. OLE color: 10503393.

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

Color convert

RGB 225 68 160 -
CMYK 0 0.70 0.29 0.12
HSL 324.84º 0.72% 0.57% -
HSV(B) 324.84º 0.7% 0.88% -
XYZ 39.46 22.68 35.56 -
YUV 125.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 225 68 160 0 0.70 0.29 0.12 324.84 0.72 0.57
Hex E1 44 A0 0 46 1D C 145 48 39
Octal 341 104 240 0 106 35 14 505 110 71
Binary 11100001 1000100 10100000 0 1000110 11101 1100 101000101 1001000 111001

Color Harmonies of #E144A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144A0

Black with #E144A0

Text Example


Text Example

White with #E144A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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