Html Css Color HEX #E1257F Deep Cerise

📋 copy color: '#E1257F'

red 225 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #E1257F

Tints of Deep Cerise #E1257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

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

R = 57.84%
G = 9.51%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1257F (or 0xE1257F) is known color: Deep Cerise. HEX triplet: E1, 25 and 7F. RGB value is (225,37,127). Sum of RGB (Red+Green+Blue) = 225+37+127=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1257F is #1EDA80. Grayscale: #676767. Windows color (decimal): -2022017 or 8332769. OLE color: 8332769.

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

Color convert

RGB 225 37 127 -
CMYK 0 0.84 0.44 0.12
HSL 331.28º 0.76% 0.51% -
HSV(B) 331.28º 0.84% 0.88% -
XYZ 35.54 18.86 21.85 -
YUV 103.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 225 37 127 0 0.84 0.44 0.12 331.28 0.76 0.51
Hex E1 25 7F 0 54 2C C 14B 4C 33
Octal 341 45 177 0 124 54 14 513 114 63
Binary 11100001 100101 1111111 0 1010100 101100 1100 101001011 1001100 110011

Color Harmonies of #E1257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1257F

Black with #E1257F

Text Example


Text Example

White with #E1257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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