Html Css Color HEX #E14661 Cerise

📋 copy color: '#E14661'

red 225 ◦ green 70 ◦ blue 97

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

Shades of Cerise #E14661

Tints of Cerise #E14661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 57.4%
G = 17.86%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E14661 (or 0xE14661) is known color: Cerise. HEX triplet: E1, 46 and 61. RGB value is (225,70,97). Sum of RGB (Red+Green+Blue) = 225+70+97=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14661 is #1EB99E. Grayscale: #777777. Windows color (decimal): -2013599 or 6375137. OLE color: 6375137.

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

Color convert

RGB 225 70 97 -
CMYK 0 0.69 0.57 0.12
HSL 349.55º 0.72% 0.58% -
HSV(B) 349.55º 0.69% 0.88% -
XYZ 35.4 21.25 13.55 -
YUV 119.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 225 70 97 0 0.69 0.57 0.12 349.55 0.72 0.58
Hex E1 46 61 0 45 39 C 15E 48 3A
Octal 341 106 141 0 105 71 14 536 110 72
Binary 11100001 1000110 1100001 0 1000101 111001 1100 101011110 1001000 111010

Color Harmonies of #E14661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14661

Black with #E14661

Text Example


Text Example

White with #E14661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14661; }

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

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

background-color css

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

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

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

border-color css

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

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

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