Html Css Color HEX #E05573 Cranberry

📋 copy color: '#E05573'

red 224 ◦ green 85 ◦ blue 115

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

Shades of Cranberry #E05573

Tints of Cranberry #E05573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 52.83%
G = 20.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05573 (or 0xE05573) is known color: Cranberry. HEX triplet: E0, 55 and 73. RGB value is (224,85,115). Sum of RGB (Red+Green+Blue) = 224+85+115=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05573 is #1FAA8C. Grayscale: #828282. Windows color (decimal): -2075277 or 7558624. OLE color: 7558624.

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

Color convert

RGB 224 85 115 -
CMYK 0 0.62 0.49 0.12
HSL 347.05º 0.69% 0.61% -
HSV(B) 347.05º 0.62% 0.88% -
XYZ 37.08 23.58 18.82 -
YUV 129.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 224 85 115 0 0.62 0.49 0.12 347.05 0.69 0.61
Hex E0 55 73 0 3E 31 C 15B 45 3D
Octal 340 125 163 0 76 61 14 533 105 75
Binary 11100000 1010101 1110011 0 111110 110001 1100 101011011 1000101 111101

Color Harmonies of #E05573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05573

Black with #E05573

Text Example


Text Example

White with #E05573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05573; }

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

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

background-color css

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

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

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

border-color css

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

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

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