Html Css Color HEX #E05048 Valencia

📋 copy color: '#E05048'

red 224 ◦ green 80 ◦ blue 72

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

Shades of Valencia #E05048

Tints of Valencia #E05048

RGB

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

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

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

R = 59.57%
G = 21.28%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E05048 (or 0xE05048) is known color: Valencia. HEX triplet: E0, 50 and 48. RGB value is (224,80,72). Sum of RGB (Red+Green+Blue) = 224+80+72=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E05048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05048 is #1FAFB7. Grayscale: #7A7A7A. Windows color (decimal): -2076600 or 4739296. OLE color: 4739296.

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

Color convert

RGB 224 80 72 -
CMYK 0 0.64 0.68 0.12
HSL 3.16º 0.71% 0.58% -
HSV(B) 3.16º 0.68% 0.88% -
XYZ 34.78 22.05 8.55 -
YUV 122.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 224 80 72 0 0.64 0.68 0.12 3.16 0.71 0.58
Hex E0 50 48 0 40 44 C 3 47 3A
Octal 340 120 110 0 100 104 14 3 107 72
Binary 11100000 1010000 1001000 0 1000000 1000100 1100 11 1000111 111010

Color Harmonies of #E05048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05048

Black with #E05048

Text Example


Text Example

White with #E05048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05048; }

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

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

background-color css

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

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

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

border-color css

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

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

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