Html Css Color HEX #E05979 Cranberry

📋 copy color: '#E05979'

red 224 ◦ green 89 ◦ blue 121

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

Shades of Cranberry #E05979

Tints of Cranberry #E05979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

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

R = 51.61%
G = 20.51%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05979 (or 0xE05979) is known color: Cranberry. HEX triplet: E0, 59 and 79. RGB value is (224,89,121). Sum of RGB (Red+Green+Blue) = 224+89+121=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E05979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05979 is #1FA686. Grayscale: #858585. Windows color (decimal): -2074247 or 7952864. OLE color: 7952864.

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

Color convert

RGB 224 89 121 -
CMYK 0 0.60 0.46 0.12
HSL 345.78º 0.69% 0.61% -
HSV(B) 345.78º 0.6% 0.88% -
XYZ 37.76 24.37 20.8 -
YUV 133.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 224 89 121 0 0.60 0.46 0.12 345.78 0.69 0.61
Hex E0 59 79 0 3C 2E C 15A 45 3D
Octal 340 131 171 0 74 56 14 532 105 75
Binary 11100000 1011001 1111001 0 111100 101110 1100 101011010 1000101 111101

Color Harmonies of #E05979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05979

Black with #E05979

Text Example


Text Example

White with #E05979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05979; }

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

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

background-color css

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

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

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

border-color css

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

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

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