Html Css Color HEX #E15240 Valencia

📋 copy color: '#E15240'

red 225 ◦ green 82 ◦ blue 64

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

Shades of Valencia #E15240

Tints of Valencia #E15240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 60.65%
G = 22.1%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E15240 (or 0xE15240) is known color: Valencia. HEX triplet: E1, 52 and 40. RGB value is (225,82,64). Sum of RGB (Red+Green+Blue) = 225+82+64=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E15240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15240 is #1EADBF. Grayscale: #7A7A7A. Windows color (decimal): -2010560 or 4215521. OLE color: 4215521.

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

Color convert

RGB 225 82 64 -
CMYK 0 0.64 0.72 0.12
HSL 6.71º 0.73% 0.57% -
HSV(B) 6.71º 0.72% 0.88% -
XYZ 34.99 22.41 7.33 -
YUV 122.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 225 82 64 0 0.64 0.72 0.12 6.71 0.73 0.57
Hex E1 52 40 0 40 48 C 7 49 39
Octal 341 122 100 0 100 110 14 7 111 71
Binary 11100001 1010010 1000000 0 1000000 1001000 1100 111 1001001 111001

Color Harmonies of #E15240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15240

Black with #E15240

Text Example


Text Example

White with #E15240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15240; }

 p { color: rgb(225,82,64); }

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

background-color css

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

 a { background-color: rgb(225,82,64); }

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

border-color css

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

 span { border-color: rgb(225,82,64); }

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