Html Css Color HEX #E12085 Deep Cerise

📋 copy color: '#E12085'

red 225 ◦ green 32 ◦ blue 133

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

Shades of Deep Cerise #E12085

Tints of Deep Cerise #E12085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.21%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 57.69%
G = 8.21%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E12085 (or 0xE12085) is known color: Deep Cerise. HEX triplet: E1, 20 and 85. RGB value is (225,32,133). Sum of RGB (Red+Green+Blue) = 225+32+133=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E12085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12085 is #1EDF7A. Grayscale: #656565. Windows color (decimal): -2023291 or 8724705. OLE color: 8724705.

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

Color convert

RGB 225 32 133 -
CMYK 0 0.86 0.41 0.12
HSL 328.6º 0.76% 0.5% -
HSV(B) 328.6º 0.86% 0.88% -
XYZ 35.8 18.73 23.92 -
YUV 101.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 225 32 133 0 0.86 0.41 0.12 328.6 0.76 0.5
Hex E1 20 85 0 56 29 C 149 4C 32
Octal 341 40 205 0 126 51 14 511 114 62
Binary 11100001 100000 10000101 0 1010110 101001 1100 101001001 1001100 110010

Color Harmonies of #E12085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12085

Black with #E12085

Text Example


Text Example

White with #E12085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12085; }

 p { color: rgb(225,32,133); }

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

background-color css

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

 a { background-color: rgb(225,32,133); }

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

border-color css

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

 span { border-color: rgb(225,32,133); }

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