Html Css Color HEX #E15149 Valencia

📋 copy color: '#E15149'

red 225 ◦ green 81 ◦ blue 73

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

Shades of Valencia #E15149

Tints of Valencia #E15149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 59.37%
G = 21.37%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E15149 (or 0xE15149) is known color: Valencia. HEX triplet: E1, 51 and 49. RGB value is (225,81,73). Sum of RGB (Red+Green+Blue) = 225+81+73=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E15149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15149 is #1EAEB6. Grayscale: #7B7B7B. Windows color (decimal): -2010807 or 4805089. OLE color: 4805089.

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

Color convert

RGB 225 81 73 -
CMYK 0 0.64 0.68 0.12
HSL 3.16º 0.72% 0.58% -
HSV(B) 3.16º 0.68% 0.88% -
XYZ 35.2 22.37 8.77 -
YUV 123.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 225 81 73 0 0.64 0.68 0.12 3.16 0.72 0.58
Hex E1 51 49 0 40 44 C 3 48 3A
Octal 341 121 111 0 100 104 14 3 110 72
Binary 11100001 1010001 1001001 0 1000000 1000100 1100 11 1001000 111010

Color Harmonies of #E15149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15149

Black with #E15149

Text Example


Text Example

White with #E15149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15149; }

 p { color: rgb(225,81,73); }

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

background-color css

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

 a { background-color: rgb(225,81,73); }

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

border-color css

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

 span { border-color: rgb(225,81,73); }

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