Html Css Color HEX #E15646 Valencia

📋 copy color: '#E15646'

red 225 ◦ green 86 ◦ blue 70

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

Shades of Valencia #E15646

Tints of Valencia #E15646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 59.06%
G = 22.57%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E15646 (or 0xE15646) is known color: Valencia. HEX triplet: E1, 56 and 46. RGB value is (225,86,70). Sum of RGB (Red+Green+Blue) = 225+86+70=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E15646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15646 is #1EA9B9. Grayscale: #7D7D7D. Windows color (decimal): -2009530 or 4609761. OLE color: 4609761.

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

Color convert

RGB 225 86 70 -
CMYK 0 0.62 0.69 0.12
HSL 6.19º 0.72% 0.58% -
HSV(B) 6.19º 0.69% 0.88% -
XYZ 35.48 23.11 8.38 -
YUV 125.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 225 86 70 0 0.62 0.69 0.12 6.19 0.72 0.58
Hex E1 56 46 0 3E 45 C 6 48 3A
Octal 341 126 106 0 76 105 14 6 110 72
Binary 11100001 1010110 1000110 0 111110 1000101 1100 110 1001000 111010

Color Harmonies of #E15646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15646

Black with #E15646

Text Example


Text Example

White with #E15646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15646; }

 p { color: rgb(225,86,70); }

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

background-color css

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

 a { background-color: rgb(225,86,70); }

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

border-color css

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

 span { border-color: rgb(225,86,70); }

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