Html Css Color HEX #E14064 Cerise

📋 copy color: '#E14064'

red 225 ◦ green 64 ◦ blue 100

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

Shades of Cerise #E14064

Tints of Cerise #E14064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 57.84%
G = 16.45%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14064 (or 0xE14064) is known color: Cerise. HEX triplet: E1, 40 and 64. RGB value is (225,64,100). Sum of RGB (Red+Green+Blue) = 225+64+100=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E14064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14064 is #1EBF9B. Grayscale: #747474. Windows color (decimal): -2015132 or 6570209. OLE color: 6570209.

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

Color convert

RGB 225 64 100 -
CMYK 0 0.72 0.56 0.12
HSL 346.58º 0.73% 0.57% -
HSV(B) 346.58º 0.72% 0.88% -
XYZ 35.18 20.59 14.18 -
YUV 116.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 225 64 100 0 0.72 0.56 0.12 346.58 0.73 0.57
Hex E1 40 64 0 48 38 C 15B 49 39
Octal 341 100 144 0 110 70 14 533 111 71
Binary 11100001 1000000 1100100 0 1001000 111000 1100 101011011 1001001 111001

Color Harmonies of #E14064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14064

Black with #E14064

Text Example


Text Example

White with #E14064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14064; }

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

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

background-color css

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

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

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

border-color css

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

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

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