Html Css Color HEX #E1308D Deep Cerise

📋 copy color: '#E1308D'

red 225 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #E1308D

Tints of Deep Cerise #E1308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 54.35%
G = 11.59%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1308D (or 0xE1308D) is known color: Deep Cerise. HEX triplet: E1, 30 and 8D. RGB value is (225,48,141). Sum of RGB (Red+Green+Blue) = 225+48+141=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1308D is #1ECF72. Grayscale: #6F6F6F. Windows color (decimal): -2019187 or 9253089. OLE color: 9253089.

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

Color convert

RGB 225 48 141 -
CMYK 0 0.79 0.37 0.12
HSL 328.47º 0.75% 0.54% -
HSV(B) 328.47º 0.79% 0.88% -
XYZ 36.92 20.04 27.12 -
YUV 111.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 225 48 141 0 0.79 0.37 0.12 328.47 0.75 0.54
Hex E1 30 8D 0 4F 25 C 148 4B 36
Octal 341 60 215 0 117 45 14 510 113 66
Binary 11100001 110000 10001101 0 1001111 100101 1100 101001000 1001011 110110

Color Harmonies of #E1308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1308D

Black with #E1308D

Text Example


Text Example

White with #E1308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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