Html Css Color HEX #E14083 Deep Cerise

📋 copy color: '#E14083'

red 225 ◦ green 64 ◦ blue 131

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

Shades of Deep Cerise #E14083

Tints of Deep Cerise #E14083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 53.57%
G = 15.24%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E14083 (or 0xE14083) is known color: Deep Cerise. HEX triplet: E1, 40 and 83. RGB value is (225,64,131). Sum of RGB (Red+Green+Blue) = 225+64+131=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E14083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14083 is #1EBF7C. Grayscale: #777777. Windows color (decimal): -2015101 or 8601825. OLE color: 8601825.

HSL color Cylindrical-coordinate representation of color #E14083: hue angle of 335.03º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14083 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 131 -
CMYK 0 0.72 0.42 0.12
HSL 335.03º 0.73% 0.57% -
HSV(B) 335.03º 0.72% 0.88% -
XYZ 36.98 21.31 23.64 -
YUV 119.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 225 64 131 0 0.72 0.42 0.12 335.03 0.73 0.57
Hex E1 40 83 0 48 2A C 14F 49 39
Octal 341 100 203 0 110 52 14 517 111 71
Binary 11100001 1000000 10000011 0 1001000 101010 1100 101001111 1001001 111001

Color Harmonies of #E14083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14083

Black with #E14083

Text Example


Text Example

White with #E14083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14083; }

 p { color: rgb(225,64,131); }

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

background-color css

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

 a { background-color: rgb(225,64,131); }

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

border-color css

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

 span { border-color: rgb(225,64,131); }

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