Html Css Color HEX #E14079 Cranberry

📋 copy color: '#E14079'

red 225 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #E14079

Tints of Cranberry #E14079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

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

R = 54.88%
G = 15.61%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E14079 (or 0xE14079) is known color: Cranberry. HEX triplet: E1, 40 and 79. RGB value is (225,64,121). Sum of RGB (Red+Green+Blue) = 225+64+121=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14079 is #1EBF86. Grayscale: #767676. Windows color (decimal): -2015111 or 7946465. OLE color: 7946465.

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

Color convert

RGB 225 64 121 -
CMYK 0 0.72 0.46 0.12
HSL 338.76º 0.73% 0.57% -
HSV(B) 338.76º 0.72% 0.88% -
XYZ 36.34 21.05 20.24 -
YUV 118.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 225 64 121 0 0.72 0.46 0.12 338.76 0.73 0.57
Hex E1 40 79 0 48 2E C 153 49 39
Octal 341 100 171 0 110 56 14 523 111 71
Binary 11100001 1000000 1111001 0 1001000 101110 1100 101010011 1001001 111001

Color Harmonies of #E14079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14079

Black with #E14079

Text Example


Text Example

White with #E14079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14079; }

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

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

background-color css

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

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

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

border-color css

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

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

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