Html Css Color HEX #E15441 Valencia

📋 copy color: '#E15441'

red 225 ◦ green 84 ◦ blue 65

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

Shades of Valencia #E15441

Tints of Valencia #E15441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 60.16%
G = 22.46%
B = 17.38%

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

#E15441 (or 0xE15441) is known color: Valencia. HEX triplet: E1, 54 and 41. RGB value is (225,84,65). Sum of RGB (Red+Green+Blue) = 225+84+65=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E15441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15441 is #1EABBE. Grayscale: #7C7C7C. Windows color (decimal): -2010047 or 4281569. OLE color: 4281569.

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

Color convert

RGB 225 84 65 -
CMYK 0 0.63 0.71 0.12
HSL 7.13º 0.73% 0.57% -
HSV(B) 7.13º 0.71% 0.88% -
XYZ 35.18 22.73 7.53 -
YUV 123.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 225 84 65 0 0.63 0.71 0.12 7.13 0.73 0.57
Hex E1 54 41 0 3F 47 C 7 49 39
Octal 341 124 101 0 77 107 14 7 111 71
Binary 11100001 1010100 1000001 0 111111 1000111 1100 111 1001001 111001

Color Harmonies of #E15441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15441

Black with #E15441

Text Example


Text Example

White with #E15441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15441; }

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

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

background-color css

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

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

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

border-color css

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

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

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