Html Css Color HEX #E04F76 Cranberry

📋 copy color: '#E04F76'

red 224 ◦ green 79 ◦ blue 118

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

Shades of Cranberry #E04F76

Tints of Cranberry #E04F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

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

R = 53.21%
G = 18.76%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E04F76 (or 0xE04F76) is known color: Cranberry. HEX triplet: E0, 4F and 76. RGB value is (224,79,118). Sum of RGB (Red+Green+Blue) = 224+79+118=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F76 is #1FB089. Grayscale: #7E7E7E. Windows color (decimal): -2076810 or 7753696. OLE color: 7753696.

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

Color convert

RGB 224 79 118 -
CMYK 0 0.65 0.47 0.12
HSL 343.86º 0.7% 0.59% -
HSV(B) 343.86º 0.65% 0.88% -
XYZ 36.81 22.75 19.59 -
YUV 126.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 224 79 118 0 0.65 0.47 0.12 343.86 0.7 0.59
Hex E0 4F 76 0 41 2F C 158 46 3B
Octal 340 117 166 0 101 57 14 530 106 73
Binary 11100000 1001111 1110110 0 1000001 101111 1100 101011000 1000110 111011

Color Harmonies of #E04F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F76

Black with #E04F76

Text Example


Text Example

White with #E04F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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