Html Css Color HEX #E05850 Valencia

📋 copy color: '#E05850'

red 224 ◦ green 88 ◦ blue 80

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

Shades of Valencia #E05850

Tints of Valencia #E05850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

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

R = 57.14%
G = 22.45%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05850 (or 0xE05850) is known color: Valencia. HEX triplet: E0, 58 and 50. RGB value is (224,88,80). Sum of RGB (Red+Green+Blue) = 224+88+80=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E05850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05850 is #1FA7AF. Grayscale: #7F7F7F. Windows color (decimal): -2074544 or 5265632. OLE color: 5265632.

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

Color convert

RGB 224 88 80 -
CMYK 0 0.61 0.64 0.12
HSL 3.33º 0.7% 0.6% -
HSV(B) 3.33º 0.64% 0.88% -
XYZ 35.68 23.41 10.23 -
YUV 127.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 224 88 80 0 0.61 0.64 0.12 3.33 0.7 0.6
Hex E0 58 50 0 3D 40 C 3 46 3C
Octal 340 130 120 0 75 100 14 3 106 74
Binary 11100000 1011000 1010000 0 111101 1000000 1100 11 1000110 111100

Color Harmonies of #E05850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05850

Black with #E05850

Text Example


Text Example

White with #E05850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05850; }

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

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

background-color css

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

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

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

border-color css

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

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

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