Html Css Color HEX #E14460 Cerise

📋 copy color: '#E14460'

red 225 ◦ green 68 ◦ blue 96

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

Shades of Cerise #E14460

Tints of Cerise #E14460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 57.84%
G = 17.48%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E14460 (or 0xE14460) is known color: Cerise. HEX triplet: E1, 44 and 60. RGB value is (225,68,96). Sum of RGB (Red+Green+Blue) = 225+68+96=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E14460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14460 is #1EBB9F. Grayscale: #767676. Windows color (decimal): -2014112 or 6309089. OLE color: 6309089.

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

Color convert

RGB 225 68 96 -
CMYK 0 0.70 0.57 0.12
HSL 349.3º 0.72% 0.57% -
HSV(B) 349.3º 0.7% 0.88% -
XYZ 35.23 20.99 13.26 -
YUV 118.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 225 68 96 0 0.70 0.57 0.12 349.3 0.72 0.57
Hex E1 44 60 0 46 39 C 15D 48 39
Octal 341 104 140 0 106 71 14 535 110 71
Binary 11100001 1000100 1100000 0 1000110 111001 1100 101011101 1001000 111001

Color Harmonies of #E14460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14460

Black with #E14460

Text Example


Text Example

White with #E14460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14460; }

 p { color: rgb(225,68,96); }

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

background-color css

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

 a { background-color: rgb(225,68,96); }

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

border-color css

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

 span { border-color: rgb(225,68,96); }

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