Html Css Color HEX #E05650 Valencia

📋 copy color: '#E05650'

red 224 ◦ green 86 ◦ blue 80

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

Shades of Valencia #E05650

Tints of Valencia #E05650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 57.44%
G = 22.05%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05650 (or 0xE05650) is known color: Valencia. HEX triplet: E0, 56 and 50. RGB value is (224,86,80). Sum of RGB (Red+Green+Blue) = 224+86+80=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E05650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05650 is #1FA9AF. Grayscale: #7E7E7E. Windows color (decimal): -2075056 or 5265120. OLE color: 5265120.

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

Color convert

RGB 224 86 80 -
CMYK 0 0.62 0.64 0.12
HSL 2.5º 0.7% 0.6% -
HSV(B) 2.5º 0.64% 0.88% -
XYZ 35.52 23.08 10.17 -
YUV 126.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 224 86 80 0 0.62 0.64 0.12 2.5 0.7 0.6
Hex E0 56 50 0 3E 40 C 2 46 3C
Octal 340 126 120 0 76 100 14 2 106 74
Binary 11100000 1010110 1010000 0 111110 1000000 1100 10 1000110 111100

Color Harmonies of #E05650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05650

Black with #E05650

Text Example


Text Example

White with #E05650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05650; }

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

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

background-color css

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

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

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

border-color css

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

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

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