Html Css Color HEX #E15442 Valencia

📋 copy color: '#E15442'

red 225 ◦ green 84 ◦ blue 66

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

Shades of Valencia #E15442

Tints of Valencia #E15442

RGB

 RED value IS 225 (88.28% from 255) = 60%

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 60%
G = 22.4%
B = 17.6%

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

#E15442 (or 0xE15442) is known color: Valencia. HEX triplet: E1, 54 and 42. RGB value is (225,84,66). Sum of RGB (Red+Green+Blue) = 225+84+66=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E15442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15442 is #1EABBD. Grayscale: #7C7C7C. Windows color (decimal): -2010046 or 4347105. OLE color: 4347105.

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

Color convert

RGB 225 84 66 -
CMYK 0 0.63 0.71 0.12
HSL 6.79º 0.73% 0.57% -
HSV(B) 6.79º 0.71% 0.88% -
XYZ 35.21 22.74 7.69 -
YUV 124.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 225 84 66 0 0.63 0.71 0.12 6.79 0.73 0.57
Hex E1 54 42 0 3F 47 C 7 49 39
Octal 341 124 102 0 77 107 14 7 111 71
Binary 11100001 1010100 1000010 0 111111 1000111 1100 111 1001001 111001

Color Harmonies of #E15442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15442

Black with #E15442

Text Example


Text Example

White with #E15442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15442; }

 p { color: rgb(225,84,66); }

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

background-color css

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

 a { background-color: rgb(225,84,66); }

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

border-color css

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

 span { border-color: rgb(225,84,66); }

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