Html Css Color HEX #E04C47 Valencia

📋 copy color: '#E04C47'

red 224 ◦ green 76 ◦ blue 71

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

Shades of Valencia #E04C47

Tints of Valencia #E04C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 60.38%
G = 20.49%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E04C47 (or 0xE04C47) is known color: Valencia. HEX triplet: E0, 4C and 47. RGB value is (224,76,71). Sum of RGB (Red+Green+Blue) = 224+76+71=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C47 is #1FB3B8. Grayscale: #777777. Windows color (decimal): -2077625 or 4672736. OLE color: 4672736.

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

Color convert

RGB 224 76 71 -
CMYK 0 0.66 0.68 0.12
HSL 1.96º 0.71% 0.58% -
HSV(B) 1.96º 0.68% 0.88% -
XYZ 34.46 21.47 8.29 -
YUV 119.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 224 76 71 0 0.66 0.68 0.12 1.96 0.71 0.58
Hex E0 4C 47 0 42 44 C 2 47 3A
Octal 340 114 107 0 102 104 14 2 107 72
Binary 11100000 1001100 1000111 0 1000010 1000100 1100 10 1000111 111010

Color Harmonies of #E04C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C47

Black with #E04C47

Text Example


Text Example

White with #E04C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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