Html Css Color HEX #E14865 Cabaret

📋 copy color: '#E14865'

red 225 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #E14865

Tints of Cabaret #E14865

RGB

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

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

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

R = 56.53%
G = 18.09%
B = 25.38%

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

#E14865 (or 0xE14865) is known color: Cabaret. HEX triplet: E1, 48 and 65. RGB value is (225,72,101). Sum of RGB (Red+Green+Blue) = 225+72+101=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E14865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14865 is #1EB79A. Grayscale: #797979. Windows color (decimal): -2013083 or 6637793. OLE color: 6637793.

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

Color convert

RGB 225 72 101 -
CMYK 0 0.68 0.55 0.12
HSL 348.63º 0.72% 0.58% -
HSV(B) 348.63º 0.68% 0.88% -
XYZ 35.72 21.58 14.6 -
YUV 121.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 225 72 101 0 0.68 0.55 0.12 348.63 0.72 0.58
Hex E1 48 65 0 44 37 C 15D 48 3A
Octal 341 110 145 0 104 67 14 535 110 72
Binary 11100001 1001000 1100101 0 1000100 110111 1100 101011101 1001000 111010

Color Harmonies of #E14865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14865

Black with #E14865

Text Example


Text Example

White with #E14865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14865; }

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

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

background-color css

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

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

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

border-color css

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

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

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