Html Css Color HEX #E14E65 Cabaret

📋 copy color: '#E14E65'

red 225 ◦ green 78 ◦ blue 101

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

Shades of Cabaret #E14E65

Tints of Cabaret #E14E65

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

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

R = 55.69%
G = 19.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14E65 (or 0xE14E65) is known color: Cabaret. HEX triplet: E1, 4E and 65. RGB value is (225,78,101). Sum of RGB (Red+Green+Blue) = 225+78+101=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E65 is #1EB19A. Grayscale: #7C7C7C. Windows color (decimal): -2011547 or 6639329. OLE color: 6639329.

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

Color convert

RGB 225 78 101 -
CMYK 0 0.65 0.55 0.12
HSL 350.61º 0.71% 0.59% -
HSV(B) 350.61º 0.65% 0.88% -
XYZ 36.12 22.4 14.73 -
YUV 124.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 225 78 101 0 0.65 0.55 0.12 350.61 0.71 0.59
Hex E1 4E 65 0 41 37 C 15F 47 3B
Octal 341 116 145 0 101 67 14 537 107 73
Binary 11100001 1001110 1100101 0 1000001 110111 1100 101011111 1000111 111011

Color Harmonies of #E14E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E65

Black with #E14E65

Text Example


Text Example

White with #E14E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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