Html Css Color HEX #E05574 Cranberry

📋 copy color: '#E05574'

red 224 ◦ green 85 ◦ blue 116

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

Shades of Cranberry #E05574

Tints of Cranberry #E05574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 52.71%
G = 20%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05574 (or 0xE05574) is known color: Cranberry. HEX triplet: E0, 55 and 74. RGB value is (224,85,116). Sum of RGB (Red+Green+Blue) = 224+85+116=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05574 is #1FAA8B. Grayscale: #828282. Windows color (decimal): -2075276 or 7624160. OLE color: 7624160.

HSL color Cylindrical-coordinate representation of color #E05574: hue angle of 346.62º 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 #E05574 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 116 -
CMYK 0 0.62 0.48 0.12
HSL 346.62º 0.69% 0.61% -
HSV(B) 346.62º 0.62% 0.88% -
XYZ 37.14 23.61 19.12 -
YUV 130.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 224 85 116 0 0.62 0.48 0.12 346.62 0.69 0.61
Hex E0 55 74 0 3E 30 C 15B 45 3D
Octal 340 125 164 0 76 60 14 533 105 75
Binary 11100000 1010101 1110100 0 111110 110000 1100 101011011 1000101 111101

Color Harmonies of #E05574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05574

Black with #E05574

Text Example


Text Example

White with #E05574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05574; }

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

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

background-color css

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

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

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

border-color css

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

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

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