Html Css Color HEX #E14181 Deep Cerise

📋 copy color: '#E14181'

red 225 ◦ green 65 ◦ blue 129

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

Shades of Deep Cerise #E14181

Tints of Deep Cerise #E14181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.51%

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

R = 53.7%
G = 15.51%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14181 (or 0xE14181) is known color: Deep Cerise. HEX triplet: E1, 41 and 81. RGB value is (225,65,129). Sum of RGB (Red+Green+Blue) = 225+65+129=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E14181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14181 is #1EBE7E. Grayscale: #787878. Windows color (decimal): -2014847 or 8471009. OLE color: 8471009.

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

Color convert

RGB 225 65 129 -
CMYK 0 0.71 0.43 0.12
HSL 336º 0.73% 0.57% -
HSV(B) 336º 0.71% 0.88% -
XYZ 36.9 21.37 22.95 -
YUV 120.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 225 65 129 0 0.71 0.43 0.12 336 0.73 0.57
Hex E1 41 81 0 47 2B C 150 49 39
Octal 341 101 201 0 107 53 14 520 111 71
Binary 11100001 1000001 10000001 0 1000111 101011 1100 101010000 1001001 111001

Color Harmonies of #E14181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14181

Black with #E14181

Text Example


Text Example

White with #E14181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14181; }

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

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

background-color css

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

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

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

border-color css

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

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

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