Html Css Color HEX #E04F77 Cranberry

📋 copy color: '#E04F77'

red 224 ◦ green 79 ◦ blue 119

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

Shades of Cranberry #E04F77

Tints of Cranberry #E04F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 53.08%
G = 18.72%
B = 28.2%

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

#E04F77 (or 0xE04F77) is known color: Cranberry. HEX triplet: E0, 4F and 77. RGB value is (224,79,119). Sum of RGB (Red+Green+Blue) = 224+79+119=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F77 is #1FB088. Grayscale: #7E7E7E. Windows color (decimal): -2076809 or 7819232. OLE color: 7819232.

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

Color convert

RGB 224 79 119 -
CMYK 0 0.65 0.47 0.12
HSL 343.45º 0.7% 0.59% -
HSV(B) 343.45º 0.65% 0.88% -
XYZ 36.87 22.77 19.9 -
YUV 126.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 224 79 119 0 0.65 0.47 0.12 343.45 0.7 0.59
Hex E0 4F 77 0 41 2F C 157 46 3B
Octal 340 117 167 0 101 57 14 527 106 73
Binary 11100000 1001111 1110111 0 1000001 101111 1100 101010111 1000110 111011

Color Harmonies of #E04F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F77

Black with #E04F77

Text Example


Text Example

White with #E04F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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