Html Css Color HEX #E1377F Deep Cerise

📋 copy color: '#E1377F'

red 225 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #E1377F

Tints of Deep Cerise #E1377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

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

R = 55.28%
G = 13.51%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1377F (or 0xE1377F) is known color: Deep Cerise. HEX triplet: E1, 37 and 7F. RGB value is (225,55,127). Sum of RGB (Red+Green+Blue) = 225+55+127=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1377F is #1EC880. Grayscale: #717171. Windows color (decimal): -2017409 or 8337377. OLE color: 8337377.

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

Color convert

RGB 225 55 127 -
CMYK 0 0.76 0.44 0.12
HSL 334.59º 0.74% 0.55% -
HSV(B) 334.59º 0.76% 0.88% -
XYZ 36.25 20.27 22.08 -
YUV 114.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 225 55 127 0 0.76 0.44 0.12 334.59 0.74 0.55
Hex E1 37 7F 0 4C 2C C 14F 4A 37
Octal 341 67 177 0 114 54 14 517 112 67
Binary 11100001 110111 1111111 0 1001100 101100 1100 101001111 1001010 110111

Color Harmonies of #E1377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1377F

Black with #E1377F

Text Example


Text Example

White with #E1377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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