Html Css Color HEX #E05447 Valencia

📋 copy color: '#E05447'

red 224 ◦ green 84 ◦ blue 71

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

Shades of Valencia #E05447

Tints of Valencia #E05447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 59.1%
G = 22.16%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E05447 (or 0xE05447) is known color: Valencia. HEX triplet: E0, 54 and 47. RGB value is (224,84,71). Sum of RGB (Red+Green+Blue) = 224+84+71=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05447 is #1FABB8. Grayscale: #7C7C7C. Windows color (decimal): -2075577 or 4674784. OLE color: 4674784.

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

Color convert

RGB 224 84 71 -
CMYK 0 0.62 0.68 0.12
HSL 5.1º 0.71% 0.58% -
HSV(B) 5.1º 0.68% 0.88% -
XYZ 35.05 22.64 8.48 -
YUV 124.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 224 84 71 0 0.62 0.68 0.12 5.1 0.71 0.58
Hex E0 54 47 0 3E 44 C 5 47 3A
Octal 340 124 107 0 76 104 14 5 107 72
Binary 11100000 1010100 1000111 0 111110 1000100 1100 101 1000111 111010

Color Harmonies of #E05447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05447

Black with #E05447

Text Example


Text Example

White with #E05447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05447; }

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

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

background-color css

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

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

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

border-color css

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

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

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