Html Css Color HEX #E14965 Cabaret

📋 copy color: '#E14965'

red 225 ◦ green 73 ◦ blue 101

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

Shades of Cabaret #E14965

Tints of Cabaret #E14965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 56.39%
G = 18.3%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14965 (or 0xE14965) is known color: Cabaret. HEX triplet: E1, 49 and 65. RGB value is (225,73,101). Sum of RGB (Red+Green+Blue) = 225+73+101=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E14965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14965 is #1EB69A. Grayscale: #797979. Windows color (decimal): -2012827 or 6638049. OLE color: 6638049.

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

Color convert

RGB 225 73 101 -
CMYK 0 0.68 0.55 0.12
HSL 348.95º 0.72% 0.58% -
HSV(B) 348.95º 0.68% 0.88% -
XYZ 35.78 21.71 14.62 -
YUV 121.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 225 73 101 0 0.68 0.55 0.12 348.95 0.72 0.58
Hex E1 49 65 0 44 37 C 15D 48 3A
Octal 341 111 145 0 104 67 14 535 110 72
Binary 11100001 1001001 1100101 0 1000100 110111 1100 101011101 1001000 111010

Color Harmonies of #E14965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14965

Black with #E14965

Text Example


Text Example

White with #E14965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14965; }

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

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

background-color css

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

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

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

border-color css

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

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

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