Html Css Color HEX #E05047 Valencia

📋 copy color: '#E05047'

red 224 ◦ green 80 ◦ blue 71

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

Shades of Valencia #E05047

Tints of Valencia #E05047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 59.73%
G = 21.33%
B = 18.93%

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

#E05047 (or 0xE05047) is known color: Valencia. HEX triplet: E0, 50 and 47. RGB value is (224,80,71). Sum of RGB (Red+Green+Blue) = 224+80+71=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05047 is #1FAFB8. Grayscale: #7A7A7A. Windows color (decimal): -2076601 or 4673760. OLE color: 4673760.

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

Color convert

RGB 224 80 71 -
CMYK 0 0.64 0.68 0.12
HSL 3.53º 0.71% 0.58% -
HSV(B) 3.53º 0.68% 0.88% -
XYZ 34.75 22.04 8.38 -
YUV 122.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 224 80 71 0 0.64 0.68 0.12 3.53 0.71 0.58
Hex E0 50 47 0 40 44 C 4 47 3A
Octal 340 120 107 0 100 104 14 4 107 72
Binary 11100000 1010000 1000111 0 1000000 1000100 1100 100 1000111 111010

Color Harmonies of #E05047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05047

Black with #E05047

Text Example


Text Example

White with #E05047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05047; }

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

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

background-color css

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

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

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

border-color css

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

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

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