Html Css Color HEX #E1318A Deep Cerise

📋 copy color: '#E1318A'

red 225 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #E1318A

Tints of Deep Cerise #E1318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 54.61%
G = 11.89%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1318A (or 0xE1318A) is known color: Deep Cerise. HEX triplet: E1, 31 and 8A. RGB value is (225,49,138). Sum of RGB (Red+Green+Blue) = 225+49+138=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1318A is #1ECE75. Grayscale: #6F6F6F. Windows color (decimal): -2018934 or 9056737. OLE color: 9056737.

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

Color convert

RGB 225 49 138 -
CMYK 0 0.78 0.39 0.12
HSL 329.66º 0.75% 0.54% -
HSV(B) 329.66º 0.78% 0.88% -
XYZ 36.74 20.04 25.98 -
YUV 111.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 225 49 138 0 0.78 0.39 0.12 329.66 0.75 0.54
Hex E1 31 8A 0 4E 27 C 14A 4B 36
Octal 341 61 212 0 116 47 14 512 113 66
Binary 11100001 110001 10001010 0 1001110 100111 1100 101001010 1001011 110110

Color Harmonies of #E1318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1318A

Black with #E1318A

Text Example


Text Example

White with #E1318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1318A; }

 p { color: rgb(225,49,138); }

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

background-color css

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

 a { background-color: rgb(225,49,138); }

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

border-color css

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

 span { border-color: rgb(225,49,138); }

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