Html Css Color HEX #E14360 Cerise

📋 copy color: '#E14360'

red 225 ◦ green 67 ◦ blue 96

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

Shades of Cerise #E14360

Tints of Cerise #E14360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

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

R = 57.99%
G = 17.27%
B = 24.74%

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

#E14360 (or 0xE14360) is known color: Cerise. HEX triplet: E1, 43 and 60. RGB value is (225,67,96). Sum of RGB (Red+Green+Blue) = 225+67+96=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E14360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14360 is #1EBC9F. Grayscale: #757575. Windows color (decimal): -2014368 or 6308833. OLE color: 6308833.

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

Color convert

RGB 225 67 96 -
CMYK 0 0.70 0.57 0.12
HSL 348.99º 0.72% 0.57% -
HSV(B) 348.99º 0.7% 0.88% -
XYZ 35.17 20.87 13.24 -
YUV 117.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 225 67 96 0 0.70 0.57 0.12 348.99 0.72 0.57
Hex E1 43 60 0 46 39 C 15D 48 39
Octal 341 103 140 0 106 71 14 535 110 71
Binary 11100001 1000011 1100000 0 1000110 111001 1100 101011101 1001000 111001

Color Harmonies of #E14360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14360

Black with #E14360

Text Example


Text Example

White with #E14360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14360; }

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

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

background-color css

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

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

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

border-color css

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

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

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