Html Css Color HEX #E12680 Deep Cerise

📋 copy color: '#E12680'

red 225 ◦ green 38 ◦ blue 128

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

Shades of Deep Cerise #E12680

Tints of Deep Cerise #E12680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.72%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 57.54%
G = 9.72%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E12680 (or 0xE12680) is known color: Deep Cerise. HEX triplet: E1, 26 and 80. RGB value is (225,38,128). Sum of RGB (Red+Green+Blue) = 225+38+128=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E12680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12680 is #1ED97F. Grayscale: #686868. Windows color (decimal): -2021760 or 8398561. OLE color: 8398561.

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

Color convert

RGB 225 38 128 -
CMYK 0 0.83 0.43 0.12
HSL 331.12º 0.76% 0.52% -
HSV(B) 331.12º 0.83% 0.88% -
XYZ 35.64 18.95 22.2 -
YUV 104.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 225 38 128 0 0.83 0.43 0.12 331.12 0.76 0.52
Hex E1 26 80 0 53 2B C 14B 4C 34
Octal 341 46 200 0 123 53 14 513 114 64
Binary 11100001 100110 10000000 0 1010011 101011 1100 101001011 1001100 110100

Color Harmonies of #E12680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12680

Black with #E12680

Text Example


Text Example

White with #E12680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12680; }

 p { color: rgb(225,38,128); }

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

background-color css

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

 a { background-color: rgb(225,38,128); }

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

border-color css

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

 span { border-color: rgb(225,38,128); }

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