Html Css Color HEX #E1298C Deep Cerise

📋 copy color: '#E1298C'

red 225 ◦ green 41 ◦ blue 140

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

Shades of Deep Cerise #E1298C

Tints of Deep Cerise #E1298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

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

R = 55.42%
G = 10.1%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1298C (or 0xE1298C) is known color: Deep Cerise. HEX triplet: E1, 29 and 8C. RGB value is (225,41,140). Sum of RGB (Red+Green+Blue) = 225+41+140=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1298C is #1ED673. Grayscale: #6B6B6B. Windows color (decimal): -2020980 or 9185761. OLE color: 9185761.

HSL color Cylindrical-coordinate representation of color #E1298C: hue angle of 327.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1298C is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 140 -
CMYK 0 0.82 0.38 0.12
HSL 327.72º 0.75% 0.52% -
HSV(B) 327.72º 0.82% 0.88% -
XYZ 36.58 19.49 26.64 -
YUV 107.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 225 41 140 0 0.82 0.38 0.12 327.72 0.75 0.52
Hex E1 29 8C 0 52 26 C 148 4B 34
Octal 341 51 214 0 122 46 14 510 113 64
Binary 11100001 101001 10001100 0 1010010 100110 1100 101001000 1001011 110100

Color Harmonies of #E1298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1298C

Black with #E1298C

Text Example


Text Example

White with #E1298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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