Html Css Color HEX #E05042 Valencia

📋 copy color: '#E05042'

red 224 ◦ green 80 ◦ blue 66

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

Shades of Valencia #E05042

Tints of Valencia #E05042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 60.54%
G = 21.62%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05042 (or 0xE05042) is known color: Valencia. HEX triplet: E0, 50 and 42. RGB value is (224,80,66). Sum of RGB (Red+Green+Blue) = 224+80+66=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E05042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05042 is #1FAFBD. Grayscale: #797979. Windows color (decimal): -2076606 or 4346080. OLE color: 4346080.

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

Color convert

RGB 224 80 66 -
CMYK 0 0.64 0.71 0.12
HSL 5.32º 0.72% 0.57% -
HSV(B) 5.32º 0.71% 0.88% -
XYZ 34.59 21.98 7.57 -
YUV 121.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 224 80 66 0 0.64 0.71 0.12 5.32 0.72 0.57
Hex E0 50 42 0 40 47 C 5 48 39
Octal 340 120 102 0 100 107 14 5 110 71
Binary 11100000 1010000 1000010 0 1000000 1000111 1100 101 1001000 111001

Color Harmonies of #E05042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05042

Black with #E05042

Text Example


Text Example

White with #E05042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05042; }

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

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

background-color css

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

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

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

border-color css

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

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

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