Html Css Color HEX #E1248C Deep Cerise

📋 copy color: '#E1248C'

red 225 ◦ green 36 ◦ blue 140

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

Shades of Deep Cerise #E1248C

Tints of Deep Cerise #E1248C

RGB

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

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

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

R = 56.11%
G = 8.98%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1248C (or 0xE1248C) is known color: Deep Cerise. HEX triplet: E1, 24 and 8C. RGB value is (225,36,140). Sum of RGB (Red+Green+Blue) = 225+36+140=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1248C is #1EDB73. Grayscale: #686868. Windows color (decimal): -2022260 or 9184481. OLE color: 9184481.

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

Color convert

RGB 225 36 140 -
CMYK 0 0.84 0.38 0.12
HSL 326.98º 0.76% 0.51% -
HSV(B) 326.98º 0.84% 0.88% -
XYZ 36.42 19.16 26.59 -
YUV 104.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 225 36 140 0 0.84 0.38 0.12 326.98 0.76 0.51
Hex E1 24 8C 0 54 26 C 147 4C 33
Octal 341 44 214 0 124 46 14 507 114 63
Binary 11100001 100100 10001100 0 1010100 100110 1100 101000111 1001100 110011

Color Harmonies of #E1248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1248C

Black with #E1248C

Text Example


Text Example

White with #E1248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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