Html Css Color HEX #E14465 Cerise

📋 copy color: '#E14465'

red 225 ◦ green 68 ◦ blue 101

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

Shades of Cerise #E14465

Tints of Cerise #E14465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 57.11%
G = 17.26%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14465 (or 0xE14465) is known color: Cerise. HEX triplet: E1, 44 and 65. RGB value is (225,68,101). Sum of RGB (Red+Green+Blue) = 225+68+101=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14465 is #1EBB9A. Grayscale: #767676. Windows color (decimal): -2014107 or 6636769. OLE color: 6636769.

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

Color convert

RGB 225 68 101 -
CMYK 0 0.70 0.55 0.12
HSL 347.39º 0.72% 0.57% -
HSV(B) 347.39º 0.7% 0.88% -
XYZ 35.47 21.08 14.51 -
YUV 118.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 225 68 101 0 0.70 0.55 0.12 347.39 0.72 0.57
Hex E1 44 65 0 46 37 C 15B 48 39
Octal 341 104 145 0 106 67 14 533 110 71
Binary 11100001 1000100 1100101 0 1000110 110111 1100 101011011 1001000 111001

Color Harmonies of #E14465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14465

Black with #E14465

Text Example


Text Example

White with #E14465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14465; }

 p { color: rgb(225,68,101); }

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

background-color css

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

 a { background-color: rgb(225,68,101); }

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

border-color css

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

 span { border-color: rgb(225,68,101); }

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