Html Css Color HEX #E14081 Deep Cerise

📋 copy color: '#E14081'

red 225 ◦ green 64 ◦ blue 129

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

Shades of Deep Cerise #E14081

Tints of Deep Cerise #E14081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 53.83%
G = 15.31%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14081 (or 0xE14081) is known color: Deep Cerise. HEX triplet: E1, 40 and 81. RGB value is (225,64,129). Sum of RGB (Red+Green+Blue) = 225+64+129=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E14081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14081 is #1EBF7E. Grayscale: #777777. Windows color (decimal): -2015103 or 8470753. OLE color: 8470753.

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

Color convert

RGB 225 64 129 -
CMYK 0 0.72 0.43 0.12
HSL 335.78º 0.73% 0.57% -
HSV(B) 335.78º 0.72% 0.88% -
XYZ 36.85 21.26 22.93 -
YUV 119.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 225 64 129 0 0.72 0.43 0.12 335.78 0.73 0.57
Hex E1 40 81 0 48 2B C 150 49 39
Octal 341 100 201 0 110 53 14 520 111 71
Binary 11100001 1000000 10000001 0 1001000 101011 1100 101010000 1001001 111001

Color Harmonies of #E14081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14081

Black with #E14081

Text Example


Text Example

White with #E14081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14081; }

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

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

background-color css

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

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

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

border-color css

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

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

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