Html Css Color HEX #E15340 Valencia

📋 copy color: '#E15340'

red 225 ◦ green 83 ◦ blue 64

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

Shades of Valencia #E15340

Tints of Valencia #E15340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 60.48%
G = 22.31%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E15340 (or 0xE15340) is known color: Valencia. HEX triplet: E1, 53 and 40. RGB value is (225,83,64). Sum of RGB (Red+Green+Blue) = 225+83+64=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E15340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15340 is #1EACBF. Grayscale: #7B7B7B. Windows color (decimal): -2010304 or 4215777. OLE color: 4215777.

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

Color convert

RGB 225 83 64 -
CMYK 0 0.63 0.72 0.12
HSL 7.08º 0.73% 0.57% -
HSV(B) 7.08º 0.72% 0.88% -
XYZ 35.07 22.56 7.36 -
YUV 123.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 225 83 64 0 0.63 0.72 0.12 7.08 0.73 0.57
Hex E1 53 40 0 3F 48 C 7 49 39
Octal 341 123 100 0 77 110 14 7 111 71
Binary 11100001 1010011 1000000 0 111111 1001000 1100 111 1001001 111001

Color Harmonies of #E15340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15340

Black with #E15340

Text Example


Text Example

White with #E15340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15340; }

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

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

background-color css

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

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

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

border-color css

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

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

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