Html Css Color HEX #E15448 Valencia

📋 copy color: '#E15448'

red 225 ◦ green 84 ◦ blue 72

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

Shades of Valencia #E15448

Tints of Valencia #E15448

RGB

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

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

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

R = 59.06%
G = 22.05%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E15448 (or 0xE15448) is known color: Valencia. HEX triplet: E1, 54 and 48. RGB value is (225,84,72). Sum of RGB (Red+Green+Blue) = 225+84+72=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E15448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15448 is #1EABB7. Grayscale: #7C7C7C. Windows color (decimal): -2010040 or 4740321. OLE color: 4740321.

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

Color convert

RGB 225 84 72 -
CMYK 0 0.63 0.68 0.12
HSL 4.71º 0.72% 0.58% -
HSV(B) 4.71º 0.68% 0.88% -
XYZ 35.39 22.82 8.67 -
YUV 124.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 225 84 72 0 0.63 0.68 0.12 4.71 0.72 0.58
Hex E1 54 48 0 3F 44 C 5 48 3A
Octal 341 124 110 0 77 104 14 5 110 72
Binary 11100001 1010100 1001000 0 111111 1000100 1100 101 1001000 111010

Color Harmonies of #E15448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15448

Black with #E15448

Text Example


Text Example

White with #E15448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15448; }

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

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

background-color css

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

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

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

border-color css

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

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

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