Html Css Color HEX #E14369 Cerise

📋 copy color: '#E14369'

red 225 ◦ green 67 ◦ blue 105

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

Shades of Cerise #E14369

Tints of Cerise #E14369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.88%

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 56.68%
G = 16.88%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E14369 (or 0xE14369) is known color: Cerise. HEX triplet: E1, 43 and 69. RGB value is (225,67,105). Sum of RGB (Red+Green+Blue) = 225+67+105=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E14369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14369 is #1EBC96. Grayscale: #767676. Windows color (decimal): -2014359 or 6898657. OLE color: 6898657.

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

Color convert

RGB 225 67 105 -
CMYK 0 0.70 0.53 0.12
HSL 345.57º 0.72% 0.57% -
HSV(B) 345.57º 0.7% 0.88% -
XYZ 35.61 21.04 15.55 -
YUV 118.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 225 67 105 0 0.70 0.53 0.12 345.57 0.72 0.57
Hex E1 43 69 0 46 35 C 15A 48 39
Octal 341 103 151 0 106 65 14 532 110 71
Binary 11100001 1000011 1101001 0 1000110 110101 1100 101011010 1001000 111001

Color Harmonies of #E14369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14369

Black with #E14369

Text Example


Text Example

White with #E14369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14369; }

 p { color: rgb(225,67,105); }

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

background-color css

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

 a { background-color: rgb(225,67,105); }

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

border-color css

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

 span { border-color: rgb(225,67,105); }

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