Html Css Color HEX #E1307E Deep Cerise

📋 copy color: '#E1307E'

red 225 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #E1307E

Tints of Deep Cerise #E1307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.03%

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 56.39%
G = 12.03%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1307E (or 0xE1307E) is known color: Deep Cerise. HEX triplet: E1, 30 and 7E. RGB value is (225,48,126). Sum of RGB (Red+Green+Blue) = 225+48+126=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1307E is #1ECF81. Grayscale: #6D6D6D. Windows color (decimal): -2019202 or 8270049. OLE color: 8270049.

HSL color Cylindrical-coordinate representation of color #E1307E: hue angle of 333.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1307E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 126 -
CMYK 0 0.79 0.44 0.12
HSL 333.56º 0.75% 0.54% -
HSV(B) 333.56º 0.79% 0.88% -
XYZ 35.87 19.63 21.64 -
YUV 109.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 225 48 126 0 0.79 0.44 0.12 333.56 0.75 0.54
Hex E1 30 7E 0 4F 2C C 14E 4B 36
Octal 341 60 176 0 117 54 14 516 113 66
Binary 11100001 110000 1111110 0 1001111 101100 1100 101001110 1001011 110110

Color Harmonies of #E1307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1307E

Black with #E1307E

Text Example


Text Example

White with #E1307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1307E; }

 p { color: rgb(225,48,126); }

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

background-color css

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

 a { background-color: rgb(225,48,126); }

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

border-color css

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

 span { border-color: rgb(225,48,126); }

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