Html Css Color HEX #E04F78 Cranberry

📋 copy color: '#E04F78'

red 224 ◦ green 79 ◦ blue 120

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

Shades of Cranberry #E04F78

Tints of Cranberry #E04F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 52.96%
G = 18.68%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E04F78 (or 0xE04F78) is known color: Cranberry. HEX triplet: E0, 4F and 78. RGB value is (224,79,120). Sum of RGB (Red+Green+Blue) = 224+79+120=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F78 is #1FB087. Grayscale: #7F7F7F. Windows color (decimal): -2076808 or 7884768. OLE color: 7884768.

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

Color convert

RGB 224 79 120 -
CMYK 0 0.65 0.46 0.12
HSL 343.03º 0.7% 0.59% -
HSV(B) 343.03º 0.65% 0.88% -
XYZ 36.93 22.8 20.22 -
YUV 127.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 224 79 120 0 0.65 0.46 0.12 343.03 0.7 0.59
Hex E0 4F 78 0 41 2E C 157 46 3B
Octal 340 117 170 0 101 56 14 527 106 73
Binary 11100000 1001111 1111000 0 1000001 101110 1100 101010111 1000110 111011

Color Harmonies of #E04F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F78

Black with #E04F78

Text Example


Text Example

White with #E04F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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