Html Css Color HEX #E1308F Deep Cerise

📋 copy color: '#E1308F'

red 225 ◦ green 48 ◦ blue 143

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

Shades of Deep Cerise #E1308F

Tints of Deep Cerise #E1308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 54.09%
G = 11.54%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1308F (or 0xE1308F) is known color: Deep Cerise. HEX triplet: E1, 30 and 8F. RGB value is (225,48,143). Sum of RGB (Red+Green+Blue) = 225+48+143=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1308F is #1ECF70. Grayscale: #6F6F6F. Windows color (decimal): -2019185 or 9384161. OLE color: 9384161.

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

Color convert

RGB 225 48 143 -
CMYK 0 0.79 0.36 0.12
HSL 327.8º 0.75% 0.54% -
HSV(B) 327.8º 0.79% 0.88% -
XYZ 37.07 20.1 27.91 -
YUV 111.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 225 48 143 0 0.79 0.36 0.12 327.8 0.75 0.54
Hex E1 30 8F 0 4F 24 C 148 4B 36
Octal 341 60 217 0 117 44 14 510 113 66
Binary 11100001 110000 10001111 0 1001111 100100 1100 101001000 1001011 110110

Color Harmonies of #E1308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1308F

Black with #E1308F

Text Example


Text Example

White with #E1308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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