Html Css Color HEX #E14966 Cabaret

📋 copy color: '#E14966'

red 225 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #E14966

Tints of Cabaret #E14966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 56.25%
G = 18.25%
B = 25.5%

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

#E14966 (or 0xE14966) is known color: Cabaret. HEX triplet: E1, 49 and 66. RGB value is (225,73,102). Sum of RGB (Red+Green+Blue) = 225+73+102=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E14966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14966 is #1EB699. Grayscale: #797979. Windows color (decimal): -2012826 or 6703585. OLE color: 6703585.

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

Color convert

RGB 225 73 102 -
CMYK 0 0.68 0.55 0.12
HSL 348.55º 0.72% 0.58% -
HSV(B) 348.55º 0.68% 0.88% -
XYZ 35.83 21.73 14.88 -
YUV 121.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 225 73 102 0 0.68 0.55 0.12 348.55 0.72 0.58
Hex E1 49 66 0 44 37 C 15D 48 3A
Octal 341 111 146 0 104 67 14 535 110 72
Binary 11100001 1001001 1100110 0 1000100 110111 1100 101011101 1001000 111010

Color Harmonies of #E14966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14966

Black with #E14966

Text Example


Text Example

White with #E14966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14966; }

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

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

background-color css

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

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

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

border-color css

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

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

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