Html Css Color HEX #E15656 Valencia

📋 copy color: '#E15656'

red 225 ◦ green 86 ◦ blue 86

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

Shades of Valencia #E15656

Tints of Valencia #E15656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 56.68%
G = 21.66%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E15656 (or 0xE15656) is known color: Valencia. HEX triplet: E1, 56 and 56. RGB value is (225,86,86). Sum of RGB (Red+Green+Blue) = 225+86+86=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E15656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15656 is #1EA9A9. Grayscale: #7F7F7F. Windows color (decimal): -2009514 or 5658337. OLE color: 5658337.

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

Color convert

RGB 225 86 86 -
CMYK 0 0.62 0.62 0.12
HSL 0.7% 0.61% -
HSV(B) 0.62% 0.88% -
XYZ 36.06 23.34 11.41 -
YUV 127.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 225 86 86 0 0.62 0.62 0.12 0 0.7 0.61
Hex E1 56 56 0 3E 3E C 0 46 3D
Octal 341 126 126 0 76 76 14 0 106 75
Binary 11100001 1010110 1010110 0 111110 111110 1100 0 1000110 111101

Color Harmonies of #E15656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15656

Black with #E15656

Text Example


Text Example

White with #E15656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15656; }

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

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

background-color css

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

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

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

border-color css

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

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

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