Html Css Color HEX #E04F48 Valencia

📋 copy color: '#E04F48'

red 224 ◦ green 79 ◦ blue 72

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

Shades of Valencia #E04F48

Tints of Valencia #E04F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 59.73%
G = 21.07%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E04F48 (or 0xE04F48) is known color: Valencia. HEX triplet: E0, 4F and 48. RGB value is (224,79,72). Sum of RGB (Red+Green+Blue) = 224+79+72=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F48 is #1FB0B7. Grayscale: #797979. Windows color (decimal): -2076856 or 4739040. OLE color: 4739040.

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

Color convert

RGB 224 79 72 -
CMYK 0 0.65 0.68 0.12
HSL 2.76º 0.71% 0.58% -
HSV(B) 2.76º 0.68% 0.88% -
XYZ 34.71 21.91 8.53 -
YUV 121.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 224 79 72 0 0.65 0.68 0.12 2.76 0.71 0.58
Hex E0 4F 48 0 41 44 C 3 47 3A
Octal 340 117 110 0 101 104 14 3 107 72
Binary 11100000 1001111 1001000 0 1000001 1000100 1100 11 1000111 111010

Color Harmonies of #E04F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F48

Black with #E04F48

Text Example


Text Example

White with #E04F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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