Html Css Color HEX #E05671 Cranberry

📋 copy color: '#E05671'

red 224 ◦ green 86 ◦ blue 113

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

Shades of Cranberry #E05671

Tints of Cranberry #E05671

RGB

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

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

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

R = 52.96%
G = 20.33%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E05671 (or 0xE05671) is known color: Cranberry. HEX triplet: E0, 56 and 71. RGB value is (224,86,113). Sum of RGB (Red+Green+Blue) = 224+86+113=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05671 is #1FA98E. Grayscale: #828282. Windows color (decimal): -2075023 or 7427808. OLE color: 7427808.

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

Color convert

RGB 224 86 113 -
CMYK 0 0.62 0.50 0.12
HSL 348.26º 0.69% 0.61% -
HSV(B) 348.26º 0.62% 0.88% -
XYZ 37.05 23.7 18.24 -
YUV 130.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 224 86 113 0 0.62 0.50 0.12 348.26 0.69 0.61
Hex E0 56 71 0 3E 32 C 15C 45 3D
Octal 340 126 161 0 76 62 14 534 105 75
Binary 11100000 1010110 1110001 0 111110 110010 1100 101011100 1000101 111101

Color Harmonies of #E05671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05671

Black with #E05671

Text Example


Text Example

White with #E05671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05671; }

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

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

background-color css

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

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

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

border-color css

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

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

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