Html Css Color HEX #E12575 Deep Cerise

📋 copy color: '#E12575'

red 225 ◦ green 37 ◦ blue 117

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

Shades of Deep Cerise #E12575

Tints of Deep Cerise #E12575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 59.37%
G = 9.76%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12575 (or 0xE12575) is known color: Deep Cerise. HEX triplet: E1, 25 and 75. RGB value is (225,37,117). Sum of RGB (Red+Green+Blue) = 225+37+117=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E12575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12575 is #1EDA8A. Grayscale: #666666. Windows color (decimal): -2022027 or 7677409. OLE color: 7677409.

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

Color convert

RGB 225 37 117 -
CMYK 0 0.84 0.48 0.12
HSL 334.47º 0.76% 0.51% -
HSV(B) 334.47º 0.84% 0.88% -
XYZ 34.92 18.62 18.58 -
YUV 102.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 225 37 117 0 0.84 0.48 0.12 334.47 0.76 0.51
Hex E1 25 75 0 54 30 C 14E 4C 33
Octal 341 45 165 0 124 60 14 516 114 63
Binary 11100001 100101 1110101 0 1010100 110000 1100 101001110 1001100 110011

Color Harmonies of #E12575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12575

Black with #E12575

Text Example


Text Example

White with #E12575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12575; }

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

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

background-color css

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

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

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

border-color css

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

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

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