Html Css Color HEX #E1249B Deep Cerise

📋 copy color: '#E1249B'

red 225 ◦ green 36 ◦ blue 155

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

Shades of Deep Cerise #E1249B

Tints of Deep Cerise #E1249B

RGB

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

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

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

R = 54.09%
G = 8.65%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1249B (or 0xE1249B) is known color: Deep Cerise. HEX triplet: E1, 24 and 9B. RGB value is (225,36,155). Sum of RGB (Red+Green+Blue) = 225+36+155=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1249B is #1EDB64. Grayscale: #696969. Windows color (decimal): -2022245 or 10167521. OLE color: 10167521.

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

Color convert

RGB 225 36 155 -
CMYK 0 0.84 0.31 0.12
HSL 322.22º 0.76% 0.51% -
HSV(B) 322.22º 0.84% 0.88% -
XYZ 37.6 19.64 32.82 -
YUV 106.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 225 36 155 0 0.84 0.31 0.12 322.22 0.76 0.51
Hex E1 24 9B 0 54 1F C 142 4C 33
Octal 341 44 233 0 124 37 14 502 114 63
Binary 11100001 100100 10011011 0 1010100 11111 1100 101000010 1001100 110011

Color Harmonies of #E1249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1249B

Black with #E1249B

Text Example


Text Example

White with #E1249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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