Html Css Color HEX #E05A77 Cranberry

📋 copy color: '#E05A77'

red 224 ◦ green 90 ◦ blue 119

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

Shades of Cranberry #E05A77

Tints of Cranberry #E05A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 51.73%
G = 20.79%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E05A77 (or 0xE05A77) is known color: Cranberry. HEX triplet: E0, 5A and 77. RGB value is (224,90,119). Sum of RGB (Red+Green+Blue) = 224+90+119=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A77 is #1FA588. Grayscale: #858585. Windows color (decimal): -2073993 or 7822048. OLE color: 7822048.

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

Color convert

RGB 224 90 119 -
CMYK 0 0.60 0.47 0.12
HSL 347.01º 0.68% 0.62% -
HSV(B) 347.01º 0.6% 0.88% -
XYZ 37.73 24.49 20.19 -
YUV 133.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 224 90 119 0 0.60 0.47 0.12 347.01 0.68 0.62
Hex E0 5A 77 0 3C 2F C 15B 44 3E
Octal 340 132 167 0 74 57 14 533 104 76
Binary 11100000 1011010 1110111 0 111100 101111 1100 101011011 1000100 111110

Color Harmonies of #E05A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A77

Black with #E05A77

Text Example


Text Example

White with #E05A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A77; }

 p { color: rgb(224,90,119); }

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

background-color css

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

 a { background-color: rgb(224,90,119); }

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

border-color css

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

 span { border-color: rgb(224,90,119); }

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