Html Css Color HEX #E05242 Valencia

📋 copy color: '#E05242'

red 224 ◦ green 82 ◦ blue 66

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

Shades of Valencia #E05242

Tints of Valencia #E05242

RGB

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

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

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

R = 60.22%
G = 22.04%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05242 (or 0xE05242) is known color: Valencia. HEX triplet: E0, 52 and 42. RGB value is (224,82,66). Sum of RGB (Red+Green+Blue) = 224+82+66=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E05242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05242 is #1FADBD. Grayscale: #7A7A7A. Windows color (decimal): -2076094 or 4346592. OLE color: 4346592.

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

Color convert

RGB 224 82 66 -
CMYK 0 0.63 0.71 0.12
HSL 6.08º 0.72% 0.57% -
HSV(B) 6.08º 0.71% 0.88% -
XYZ 34.74 22.28 7.62 -
YUV 122.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 224 82 66 0 0.63 0.71 0.12 6.08 0.72 0.57
Hex E0 52 42 0 3F 47 C 6 48 39
Octal 340 122 102 0 77 107 14 6 110 71
Binary 11100000 1010010 1000010 0 111111 1000111 1100 110 1001000 111001

Color Harmonies of #E05242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05242

Black with #E05242

Text Example


Text Example

White with #E05242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05242; }

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

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

background-color css

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

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

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

border-color css

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

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

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