Html Css Color HEX #E14166 Cerise

📋 copy color: '#E14166'

red 225 ◦ green 65 ◦ blue 102

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

Shades of Cerise #E14166

Tints of Cerise #E14166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

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

R = 57.4%
G = 16.58%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14166 (or 0xE14166) is known color: Cerise. HEX triplet: E1, 41 and 66. RGB value is (225,65,102). Sum of RGB (Red+Green+Blue) = 225+65+102=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14166 is #1EBE99. Grayscale: #757575. Windows color (decimal): -2014874 or 6701537. OLE color: 6701537.

HSL color Cylindrical-coordinate representation of color #E14166: hue angle of 346.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14166 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 102 -
CMYK 0 0.71 0.55 0.12
HSL 346.13º 0.73% 0.57% -
HSV(B) 346.13º 0.71% 0.88% -
XYZ 35.34 20.75 14.71 -
YUV 117.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 225 65 102 0 0.71 0.55 0.12 346.13 0.73 0.57
Hex E1 41 66 0 47 37 C 15A 49 39
Octal 341 101 146 0 107 67 14 532 111 71
Binary 11100001 1000001 1100110 0 1000111 110111 1100 101011010 1001001 111001

Color Harmonies of #E14166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14166

Black with #E14166

Text Example


Text Example

White with #E14166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14166; }

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

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

background-color css

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

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

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

border-color css

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

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

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