Html Css Color HEX #E14864 Cabaret

📋 copy color: '#E14864'

red 225 ◦ green 72 ◦ blue 100

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

Shades of Cabaret #E14864

Tints of Cabaret #E14864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 56.68%
G = 18.14%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14864 (or 0xE14864) is known color: Cabaret. HEX triplet: E1, 48 and 64. RGB value is (225,72,100). Sum of RGB (Red+Green+Blue) = 225+72+100=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E14864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14864 is #1EB79B. Grayscale: #787878. Windows color (decimal): -2013084 or 6572257. OLE color: 6572257.

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

Color convert

RGB 225 72 100 -
CMYK 0 0.68 0.56 0.12
HSL 349.02º 0.72% 0.58% -
HSV(B) 349.02º 0.68% 0.88% -
XYZ 35.67 21.56 14.34 -
YUV 120.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 225 72 100 0 0.68 0.56 0.12 349.02 0.72 0.58
Hex E1 48 64 0 44 38 C 15D 48 3A
Octal 341 110 144 0 104 70 14 535 110 72
Binary 11100001 1001000 1100100 0 1000100 111000 1100 101011101 1001000 111010

Color Harmonies of #E14864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14864

Black with #E14864

Text Example


Text Example

White with #E14864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14864; }

 p { color: rgb(225,72,100); }

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

background-color css

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

 a { background-color: rgb(225,72,100); }

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

border-color css

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

 span { border-color: rgb(225,72,100); }

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