Html Css Color HEX #E05579 Cranberry

📋 copy color: '#E05579'

red 224 ◦ green 85 ◦ blue 121

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

Shades of Cranberry #E05579

Tints of Cranberry #E05579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

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

R = 52.09%
G = 19.77%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05579 (or 0xE05579) is known color: Cranberry. HEX triplet: E0, 55 and 79. RGB value is (224,85,121). Sum of RGB (Red+Green+Blue) = 224+85+121=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E05579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05579 is #1FAA86. Grayscale: #828282. Windows color (decimal): -2075271 or 7951840. OLE color: 7951840.

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

Color convert

RGB 224 85 121 -
CMYK 0 0.62 0.46 0.12
HSL 344.46º 0.69% 0.61% -
HSV(B) 344.46º 0.62% 0.88% -
XYZ 37.44 23.72 20.7 -
YUV 130.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 224 85 121 0 0.62 0.46 0.12 344.46 0.69 0.61
Hex E0 55 79 0 3E 2E C 158 45 3D
Octal 340 125 171 0 76 56 14 530 105 75
Binary 11100000 1010101 1111001 0 111110 101110 1100 101011000 1000101 111101

Color Harmonies of #E05579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05579

Black with #E05579

Text Example


Text Example

White with #E05579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05579; }

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

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

background-color css

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

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

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

border-color css

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

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

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