Html Css Color HEX #E05546 Valencia

📋 copy color: '#E05546'

red 224 ◦ green 85 ◦ blue 70

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

Shades of Valencia #E05546

Tints of Valencia #E05546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 59.1%
G = 22.43%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05546 (or 0xE05546) is known color: Valencia. HEX triplet: E0, 55 and 46. RGB value is (224,85,70). Sum of RGB (Red+Green+Blue) = 224+85+70=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05546 is #1FAAB9. Grayscale: #7D7D7D. Windows color (decimal): -2075322 or 4609504. OLE color: 4609504.

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

Color convert

RGB 224 85 70 -
CMYK 0 0.62 0.69 0.12
HSL 5.84º 0.71% 0.58% -
HSV(B) 5.84º 0.69% 0.88% -
XYZ 35.09 22.79 8.34 -
YUV 124.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 224 85 70 0 0.62 0.69 0.12 5.84 0.71 0.58
Hex E0 55 46 0 3E 45 C 6 47 3A
Octal 340 125 106 0 76 105 14 6 107 72
Binary 11100000 1010101 1000110 0 111110 1000101 1100 110 1000111 111010

Color Harmonies of #E05546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05546

Black with #E05546

Text Example


Text Example

White with #E05546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05546; }

 p { color: rgb(224,85,70); }

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

background-color css

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

 a { background-color: rgb(224,85,70); }

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

border-color css

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

 span { border-color: rgb(224,85,70); }

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