Html Css Color HEX #E05976 Cranberry

📋 copy color: '#E05976'

red 224 ◦ green 89 ◦ blue 118

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

Shades of Cranberry #E05976

Tints of Cranberry #E05976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.65%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 51.97%
G = 20.65%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E05976 (or 0xE05976) is known color: Cranberry. HEX triplet: E0, 59 and 76. RGB value is (224,89,118). Sum of RGB (Red+Green+Blue) = 224+89+118=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E05976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05976 is #1FA689. Grayscale: #848484. Windows color (decimal): -2074250 or 7756256. OLE color: 7756256.

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

Color convert

RGB 224 89 118 -
CMYK 0 0.60 0.47 0.12
HSL 347.11º 0.69% 0.61% -
HSV(B) 347.11º 0.6% 0.88% -
XYZ 37.58 24.3 19.85 -
YUV 132.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 224 89 118 0 0.60 0.47 0.12 347.11 0.69 0.61
Hex E0 59 76 0 3C 2F C 15B 45 3D
Octal 340 131 166 0 74 57 14 533 105 75
Binary 11100000 1011001 1110110 0 111100 101111 1100 101011011 1000101 111101

Color Harmonies of #E05976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05976

Black with #E05976

Text Example


Text Example

White with #E05976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05976; }

 p { color: rgb(224,89,118); }

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

background-color css

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

 a { background-color: rgb(224,89,118); }

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

border-color css

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

 span { border-color: rgb(224,89,118); }

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