Html Css Color HEX #E14764 Cerise

📋 copy color: '#E14764'

red 225 ◦ green 71 ◦ blue 100

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

Shades of Cerise #E14764

Tints of Cerise #E14764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

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

R = 56.82%
G = 17.93%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14764 (or 0xE14764) is known color: Cerise. HEX triplet: E1, 47 and 64. RGB value is (225,71,100). Sum of RGB (Red+Green+Blue) = 225+71+100=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14764 is #1EB89B. Grayscale: #787878. Windows color (decimal): -2013340 or 6572001. OLE color: 6572001.

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

Color convert

RGB 225 71 100 -
CMYK 0 0.68 0.56 0.12
HSL 348.7º 0.72% 0.58% -
HSV(B) 348.7º 0.68% 0.88% -
XYZ 35.6 21.43 14.32 -
YUV 120.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 225 71 100 0 0.68 0.56 0.12 348.7 0.72 0.58
Hex E1 47 64 0 44 38 C 15D 48 3A
Octal 341 107 144 0 104 70 14 535 110 72
Binary 11100001 1000111 1100100 0 1000100 111000 1100 101011101 1001000 111010

Color Harmonies of #E14764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14764

Black with #E14764

Text Example


Text Example

White with #E14764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14764; }

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

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

background-color css

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

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

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

border-color css

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

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

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