Html Css Color HEX #E14063 Cerise

📋 copy color: '#E14063'

red 225 ◦ green 64 ◦ blue 99

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

Shades of Cerise #E14063

Tints of Cerise #E14063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 57.99%
G = 16.49%
B = 25.52%

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

#E14063 (or 0xE14063) is known color: Cerise. HEX triplet: E1, 40 and 63. RGB value is (225,64,99). Sum of RGB (Red+Green+Blue) = 225+64+99=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E14063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14063 is #1EBF9C. Grayscale: #747474. Windows color (decimal): -2015133 or 6504673. OLE color: 6504673.

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

Color convert

RGB 225 64 99 -
CMYK 0 0.72 0.56 0.12
HSL 346.96º 0.73% 0.57% -
HSV(B) 346.96º 0.72% 0.88% -
XYZ 35.14 20.58 13.92 -
YUV 116.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 225 64 99 0 0.72 0.56 0.12 346.96 0.73 0.57
Hex E1 40 63 0 48 38 C 15B 49 39
Octal 341 100 143 0 110 70 14 533 111 71
Binary 11100001 1000000 1100011 0 1001000 111000 1100 101011011 1001001 111001

Color Harmonies of #E14063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14063

Black with #E14063

Text Example


Text Example

White with #E14063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14063; }

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

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

background-color css

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

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

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

border-color css

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

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

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