Html Css Color HEX #E12693 Deep Cerise

📋 copy color: '#E12693'

red 225 ◦ green 38 ◦ blue 147

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

Shades of Deep Cerise #E12693

Tints of Deep Cerise #E12693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 54.88%
G = 9.27%
B = 35.85%

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

#E12693 (or 0xE12693) is known color: Deep Cerise. HEX triplet: E1, 26 and 93. RGB value is (225,38,147). Sum of RGB (Red+Green+Blue) = 225+38+147=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E12693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12693 is #1ED96C. Grayscale: #6A6A6A. Windows color (decimal): -2021741 or 9643745. OLE color: 9643745.

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

Color convert

RGB 225 38 147 -
CMYK 0 0.83 0.35 0.12
HSL 325.03º 0.76% 0.52% -
HSV(B) 325.03º 0.83% 0.88% -
XYZ 37.01 19.5 29.42 -
YUV 106.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 225 38 147 0 0.83 0.35 0.12 325.03 0.76 0.52
Hex E1 26 93 0 53 23 C 145 4C 34
Octal 341 46 223 0 123 43 14 505 114 64
Binary 11100001 100110 10010011 0 1010011 100011 1100 101000101 1001100 110100

Color Harmonies of #E12693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12693

Black with #E12693

Text Example


Text Example

White with #E12693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12693; }

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

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

background-color css

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

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

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

border-color css

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

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

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