Html Css Color HEX #E05771 Cranberry

📋 copy color: '#E05771'

red 224 ◦ green 87 ◦ blue 113

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

Shades of Cranberry #E05771

Tints of Cranberry #E05771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 52.83%
G = 20.52%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E05771 (or 0xE05771) is known color: Cranberry. HEX triplet: E0, 57 and 71. RGB value is (224,87,113). Sum of RGB (Red+Green+Blue) = 224+87+113=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05771 is #1FA88E. Grayscale: #828282. Windows color (decimal): -2074767 or 7428064. OLE color: 7428064.

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

Color convert

RGB 224 87 113 -
CMYK 0 0.61 0.50 0.12
HSL 348.61º 0.69% 0.61% -
HSV(B) 348.61º 0.61% 0.88% -
XYZ 37.13 23.86 18.27 -
YUV 130.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 224 87 113 0 0.61 0.50 0.12 348.61 0.69 0.61
Hex E0 57 71 0 3D 32 C 15D 45 3D
Octal 340 127 161 0 75 62 14 535 105 75
Binary 11100000 1010111 1110001 0 111101 110010 1100 101011101 1000101 111101

Color Harmonies of #E05771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05771

Black with #E05771

Text Example


Text Example

White with #E05771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05771; }

 p { color: rgb(224,87,113); }

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

background-color css

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

 a { background-color: rgb(224,87,113); }

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

border-color css

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

 span { border-color: rgb(224,87,113); }

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