Html Css Color HEX #E1249D Deep Cerise

📋 copy color: '#E1249D'

red 225 ◦ green 36 ◦ blue 157

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

Shades of Deep Cerise #E1249D

Tints of Deep Cerise #E1249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.61%

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

R = 53.83%
G = 8.61%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1249D (or 0xE1249D) is known color: Deep Cerise. HEX triplet: E1, 24 and 9D. RGB value is (225,36,157). Sum of RGB (Red+Green+Blue) = 225+36+157=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1249D is #1EDB62. Grayscale: #6A6A6A. Windows color (decimal): -2022243 or 10298593. OLE color: 10298593.

HSL color Cylindrical-coordinate representation of color #E1249D: hue angle of 321.59º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1249D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 157 -
CMYK 0 0.84 0.30 0.12
HSL 321.59º 0.76% 0.51% -
HSV(B) 321.59º 0.84% 0.88% -
XYZ 37.77 19.7 33.71 -
YUV 106.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 225 36 157 0 0.84 0.30 0.12 321.59 0.76 0.51
Hex E1 24 9D 0 54 1E C 142 4C 33
Octal 341 44 235 0 124 36 14 502 114 63
Binary 11100001 100100 10011101 0 1010100 11110 1100 101000010 1001100 110011

Color Harmonies of #E1249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1249D

Black with #E1249D

Text Example


Text Example

White with #E1249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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