Html Css Color HEX #E05250 Valencia

📋 copy color: '#E05250'

red 224 ◦ green 82 ◦ blue 80

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

Shades of Valencia #E05250

Tints of Valencia #E05250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

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

R = 58.03%
G = 21.24%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05250 (or 0xE05250) is known color: Valencia. HEX triplet: E0, 52 and 50. RGB value is (224,82,80). Sum of RGB (Red+Green+Blue) = 224+82+80=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E05250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05250 is #1FADAF. Grayscale: #7C7C7C. Windows color (decimal): -2076080 or 5264096. OLE color: 5264096.

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

Color convert

RGB 224 82 80 -
CMYK 0 0.63 0.64 0.12
HSL 0.83º 0.7% 0.6% -
HSV(B) 0.83º 0.64% 0.88% -
XYZ 35.21 22.46 10.07 -
YUV 124.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 224 82 80 0 0.63 0.64 0.12 0.83 0.7 0.6
Hex E0 52 50 0 3F 40 C 1 46 3C
Octal 340 122 120 0 77 100 14 1 106 74
Binary 11100000 1010010 1010000 0 111111 1000000 1100 1 1000110 111100

Color Harmonies of #E05250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05250

Black with #E05250

Text Example


Text Example

White with #E05250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05250; }

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

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

background-color css

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

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

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

border-color css

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

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

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