Html Css Color HEX #E14664 Cerise

📋 copy color: '#E14664'

red 225 ◦ green 70 ◦ blue 100

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

Shades of Cerise #E14664

Tints of Cerise #E14664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

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

R = 56.96%
G = 17.72%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14664 (or 0xE14664) is known color: Cerise. HEX triplet: E1, 46 and 64. RGB value is (225,70,100). Sum of RGB (Red+Green+Blue) = 225+70+100=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14664 is #1EB99B. Grayscale: #777777. Windows color (decimal): -2013596 or 6571745. OLE color: 6571745.

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

Color convert

RGB 225 70 100 -
CMYK 0 0.69 0.56 0.12
HSL 348.39º 0.72% 0.58% -
HSV(B) 348.39º 0.69% 0.88% -
XYZ 35.54 21.31 14.3 -
YUV 119.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 225 70 100 0 0.69 0.56 0.12 348.39 0.72 0.58
Hex E1 46 64 0 45 38 C 15C 48 3A
Octal 341 106 144 0 105 70 14 534 110 72
Binary 11100001 1000110 1100100 0 1000101 111000 1100 101011100 1001000 111010

Color Harmonies of #E14664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14664

Black with #E14664

Text Example


Text Example

White with #E14664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14664; }

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

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

background-color css

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

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

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

border-color css

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

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

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