Html Css Color HEX #E14666 Cerise

📋 copy color: '#E14666'

red 225 ◦ green 70 ◦ blue 102

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

Shades of Cerise #E14666

Tints of Cerise #E14666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 56.68%
G = 17.63%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14666 (or 0xE14666) is known color: Cerise. HEX triplet: E1, 46 and 66. RGB value is (225,70,102). Sum of RGB (Red+Green+Blue) = 225+70+102=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E14666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14666 is #1EB999. Grayscale: #787878. Windows color (decimal): -2013594 or 6702817. OLE color: 6702817.

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

Color convert

RGB 225 70 102 -
CMYK 0 0.69 0.55 0.12
HSL 347.61º 0.72% 0.58% -
HSV(B) 347.61º 0.69% 0.88% -
XYZ 35.64 21.35 14.81 -
YUV 119.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 225 70 102 0 0.69 0.55 0.12 347.61 0.72 0.58
Hex E1 46 66 0 45 37 C 15C 48 3A
Octal 341 106 146 0 105 67 14 534 110 72
Binary 11100001 1000110 1100110 0 1000101 110111 1100 101011100 1001000 111010

Color Harmonies of #E14666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14666

Black with #E14666

Text Example


Text Example

White with #E14666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14666; }

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

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

background-color css

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

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

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

border-color css

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

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

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