Html Css Color HEX #E15148 Valencia

📋 copy color: '#E15148'

red 225 ◦ green 81 ◦ blue 72

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

Shades of Valencia #E15148

Tints of Valencia #E15148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 59.52%
G = 21.43%
B = 19.05%

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

#E15148 (or 0xE15148) is known color: Valencia. HEX triplet: E1, 51 and 48. RGB value is (225,81,72). Sum of RGB (Red+Green+Blue) = 225+81+72=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E15148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15148 is #1EAEB7. Grayscale: #7B7B7B. Windows color (decimal): -2010808 or 4739553. OLE color: 4739553.

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

Color convert

RGB 225 81 72 -
CMYK 0 0.64 0.68 0.12
HSL 3.53º 0.72% 0.58% -
HSV(B) 3.53º 0.68% 0.88% -
XYZ 35.16 22.36 8.59 -
YUV 123.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 225 81 72 0 0.64 0.68 0.12 3.53 0.72 0.58
Hex E1 51 48 0 40 44 C 4 48 3A
Octal 341 121 110 0 100 104 14 4 110 72
Binary 11100001 1010001 1001000 0 1000000 1000100 1100 100 1001000 111010

Color Harmonies of #E15148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15148

Black with #E15148

Text Example


Text Example

White with #E15148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15148; }

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

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

background-color css

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

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

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

border-color css

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

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

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