Html Css Color HEX #E1297F Deep Cerise

📋 copy color: '#E1297F'

red 225 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #E1297F

Tints of Deep Cerise #E1297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 57.25%
G = 10.43%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1297F (or 0xE1297F) is known color: Deep Cerise. HEX triplet: E1, 29 and 7F. RGB value is (225,41,127). Sum of RGB (Red+Green+Blue) = 225+41+127=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E1297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1297F is #1ED680. Grayscale: #696969. Windows color (decimal): -2020993 or 8333793. OLE color: 8333793.

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

Color convert

RGB 225 41 127 -
CMYK 0 0.82 0.44 0.12
HSL 331.96º 0.75% 0.52% -
HSV(B) 331.96º 0.82% 0.88% -
XYZ 35.68 19.13 21.89 -
YUV 105.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 225 41 127 0 0.82 0.44 0.12 331.96 0.75 0.52
Hex E1 29 7F 0 52 2C C 14C 4B 34
Octal 341 51 177 0 122 54 14 514 113 64
Binary 11100001 101001 1111111 0 1010010 101100 1100 101001100 1001011 110100

Color Harmonies of #E1297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1297F

Black with #E1297F

Text Example


Text Example

White with #E1297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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