Html Css Color HEX #E05673 Cranberry

📋 copy color: '#E05673'

red 224 ◦ green 86 ◦ blue 115

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

Shades of Cranberry #E05673

Tints of Cranberry #E05673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

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

R = 52.71%
G = 20.24%
B = 27.06%

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

#E05673 (or 0xE05673) is known color: Cranberry. HEX triplet: E0, 56 and 73. RGB value is (224,86,115). Sum of RGB (Red+Green+Blue) = 224+86+115=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05673 is #1FA98C. Grayscale: #828282. Windows color (decimal): -2075021 or 7558880. OLE color: 7558880.

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

Color convert

RGB 224 86 115 -
CMYK 0 0.62 0.49 0.12
HSL 347.39º 0.69% 0.61% -
HSV(B) 347.39º 0.62% 0.88% -
XYZ 37.16 23.74 18.84 -
YUV 130.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 224 86 115 0 0.62 0.49 0.12 347.39 0.69 0.61
Hex E0 56 73 0 3E 31 C 15B 45 3D
Octal 340 126 163 0 76 61 14 533 105 75
Binary 11100000 1010110 1110011 0 111110 110001 1100 101011011 1000101 111101

Color Harmonies of #E05673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05673

Black with #E05673

Text Example


Text Example

White with #E05673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05673; }

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

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

background-color css

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

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

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

border-color css

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

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

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