Html Css Color HEX #E05079 Cranberry

📋 copy color: '#E05079'

red 224 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #E05079

Tints of Cranberry #E05079

RGB

 RED value IS 224 (87.89% from 255) = 52.71%

 GREEN value IS 80 (31.64% from 255) = 18.82%

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

R = 52.71%
G = 18.82%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05079 (or 0xE05079) is known color: Cranberry. HEX triplet: E0, 50 and 79. RGB value is (224,80,121). Sum of RGB (Red+Green+Blue) = 224+80+121=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05079 is #1FAF86. Grayscale: #7F7F7F. Windows color (decimal): -2076551 or 7950560. OLE color: 7950560.

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

Color convert

RGB 224 80 121 -
CMYK 0 0.64 0.46 0.12
HSL 342.92º 0.7% 0.6% -
HSV(B) 342.92º 0.64% 0.88% -
XYZ 37.06 22.97 20.57 -
YUV 127.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 224 80 121 0 0.64 0.46 0.12 342.92 0.7 0.6
Hex E0 50 79 0 40 2E C 157 46 3C
Octal 340 120 171 0 100 56 14 527 106 74
Binary 11100000 1010000 1111001 0 1000000 101110 1100 101010111 1000110 111100

Color Harmonies of #E05079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05079

Black with #E05079

Text Example


Text Example

White with #E05079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05079; }

 p { color: rgb(224,80,121); }

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

background-color css

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

 a { background-color: rgb(224,80,121); }

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

border-color css

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

 span { border-color: rgb(224,80,121); }

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