Html Css Color HEX #E14261 Cerise

📋 copy color: '#E14261'

red 225 ◦ green 66 ◦ blue 97

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

Shades of Cerise #E14261

Tints of Cerise #E14261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

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

R = 57.99%
G = 17.01%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E14261 (or 0xE14261) is known color: Cerise. HEX triplet: E1, 42 and 61. RGB value is (225,66,97). Sum of RGB (Red+Green+Blue) = 225+66+97=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E14261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14261 is #1EBD9E. Grayscale: #757575. Windows color (decimal): -2014623 or 6374113. OLE color: 6374113.

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

Color convert

RGB 225 66 97 -
CMYK 0 0.71 0.57 0.12
HSL 348.3º 0.73% 0.57% -
HSV(B) 348.3º 0.71% 0.88% -
XYZ 35.16 20.77 13.46 -
YUV 117.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 225 66 97 0 0.71 0.57 0.12 348.3 0.73 0.57
Hex E1 42 61 0 47 39 C 15C 49 39
Octal 341 102 141 0 107 71 14 534 111 71
Binary 11100001 1000010 1100001 0 1000111 111001 1100 101011100 1001001 111001

Color Harmonies of #E14261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14261

Black with #E14261

Text Example


Text Example

White with #E14261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14261; }

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

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

background-color css

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

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

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

border-color css

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

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

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