Html Css Color HEX #E05477 Cranberry

📋 copy color: '#E05477'

red 224 ◦ green 84 ◦ blue 119

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

Shades of Cranberry #E05477

Tints of Cranberry #E05477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

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

R = 52.46%
G = 19.67%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E05477 (or 0xE05477) is known color: Cranberry. HEX triplet: E0, 54 and 77. RGB value is (224,84,119). Sum of RGB (Red+Green+Blue) = 224+84+119=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E05477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05477 is #1FAB88. Grayscale: #818181. Windows color (decimal): -2075529 or 7820512. OLE color: 7820512.

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

Color convert

RGB 224 84 119 -
CMYK 0 0.62 0.47 0.12
HSL 345º 0.69% 0.6% -
HSV(B) 345º 0.63% 0.88% -
XYZ 37.24 23.52 20.03 -
YUV 129.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 224 84 119 0 0.62 0.47 0.12 345 0.69 0.6
Hex E0 54 77 0 3E 2F C 159 45 3C
Octal 340 124 167 0 76 57 14 531 105 74
Binary 11100000 1010100 1110111 0 111110 101111 1100 101011001 1000101 111100

Color Harmonies of #E05477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05477

Black with #E05477

Text Example


Text Example

White with #E05477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05477; }

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

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

background-color css

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

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

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

border-color css

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

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

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