Html Css Color HEX #E14979 Cranberry

📋 copy color: '#E14979'

red 225 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #E14979

Tints of Cranberry #E14979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 53.7%
G = 17.42%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E14979 (or 0xE14979) is known color: Cranberry. HEX triplet: E1, 49 and 79. RGB value is (225,73,121). Sum of RGB (Red+Green+Blue) = 225+73+121=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E14979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14979 is #1EB686. Grayscale: #7B7B7B. Windows color (decimal): -2012807 or 7948769. OLE color: 7948769.

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

Color convert

RGB 225 73 121 -
CMYK 0 0.68 0.46 0.12
HSL 341.05º 0.72% 0.58% -
HSV(B) 341.05º 0.68% 0.88% -
XYZ 36.89 22.15 20.42 -
YUV 123.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 225 73 121 0 0.68 0.46 0.12 341.05 0.72 0.58
Hex E1 49 79 0 44 2E C 155 48 3A
Octal 341 111 171 0 104 56 14 525 110 72
Binary 11100001 1001001 1111001 0 1000100 101110 1100 101010101 1001000 111010

Color Harmonies of #E14979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14979

Black with #E14979

Text Example


Text Example

White with #E14979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14979; }

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

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

background-color css

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

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

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

border-color css

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

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

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