Html Css Color HEX #E05076 Cranberry

📋 copy color: '#E05076'

red 224 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #E05076

Tints of Cranberry #E05076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 53.08%
G = 18.96%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E05076 (or 0xE05076) is known color: Cranberry. HEX triplet: E0, 50 and 76. RGB value is (224,80,118). Sum of RGB (Red+Green+Blue) = 224+80+118=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E05076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05076 is #1FAF89. Grayscale: #7F7F7F. Windows color (decimal): -2076554 or 7753952. OLE color: 7753952.

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

Color convert

RGB 224 80 118 -
CMYK 0 0.64 0.47 0.12
HSL 344.17º 0.7% 0.6% -
HSV(B) 344.17º 0.64% 0.88% -
XYZ 36.88 22.89 19.61 -
YUV 127.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 224 80 118 0 0.64 0.47 0.12 344.17 0.7 0.6
Hex E0 50 76 0 40 2F C 158 46 3C
Octal 340 120 166 0 100 57 14 530 106 74
Binary 11100000 1010000 1110110 0 1000000 101111 1100 101011000 1000110 111100

Color Harmonies of #E05076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05076

Black with #E05076

Text Example


Text Example

White with #E05076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05076; }

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

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

background-color css

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

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

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

border-color css

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

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

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