Html Css Color HEX #E12692 Deep Cerise

📋 copy color: '#E12692'

red 225 ◦ green 38 ◦ blue 146

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

Shades of Deep Cerise #E12692

Tints of Deep Cerise #E12692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 55.01%
G = 9.29%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E12692 (or 0xE12692) is known color: Deep Cerise. HEX triplet: E1, 26 and 92. RGB value is (225,38,146). Sum of RGB (Red+Green+Blue) = 225+38+146=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E12692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12692 is #1ED96D. Grayscale: #696969. Windows color (decimal): -2021742 or 9578209. OLE color: 9578209.

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

Color convert

RGB 225 38 146 -
CMYK 0 0.83 0.35 0.12
HSL 325.35º 0.76% 0.52% -
HSV(B) 325.35º 0.83% 0.88% -
XYZ 36.93 19.47 29.01 -
YUV 106.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 225 38 146 0 0.83 0.35 0.12 325.35 0.76 0.52
Hex E1 26 92 0 53 23 C 145 4C 34
Octal 341 46 222 0 123 43 14 505 114 64
Binary 11100001 100110 10010010 0 1010011 100011 1100 101000101 1001100 110100

Color Harmonies of #E12692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12692

Black with #E12692

Text Example


Text Example

White with #E12692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12692; }

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

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

background-color css

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

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

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

border-color css

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

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

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