Html Css Color HEX #E1449B Deep Cerise

📋 copy color: '#E1449B'

red 225 ◦ green 68 ◦ blue 155

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

Shades of Deep Cerise #E1449B

Tints of Deep Cerise #E1449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 50.22%
G = 15.18%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1449B (or 0xE1449B) is known color: Deep Cerise. HEX triplet: E1, 44 and 9B. RGB value is (225,68,155). Sum of RGB (Red+Green+Blue) = 225+68+155=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1449B is #1EBB64. Grayscale: #7C7C7C. Windows color (decimal): -2014053 or 10175713. OLE color: 10175713.

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

Color convert

RGB 225 68 155 -
CMYK 0 0.70 0.31 0.12
HSL 326.75º 0.72% 0.57% -
HSV(B) 326.75º 0.7% 0.88% -
XYZ 39.03 22.51 33.3 -
YUV 124.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 225 68 155 0 0.70 0.31 0.12 326.75 0.72 0.57
Hex E1 44 9B 0 46 1F C 147 48 39
Octal 341 104 233 0 106 37 14 507 110 71
Binary 11100001 1000100 10011011 0 1000110 11111 1100 101000111 1001000 111001

Color Harmonies of #E1449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1449B

Black with #E1449B

Text Example


Text Example

White with #E1449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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