Html Css Color HEX #E5504E Valencia

📋 copy color: '#E5504E'

red 229 ◦ green 80 ◦ blue 78

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

Shades of Valencia #E5504E

Tints of Valencia #E5504E

RGB

 RED value IS 229 (89.84% from 255) = 59.17%

 GREEN value IS 80 (31.64% from 255) = 20.67%

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 59.17%
G = 20.67%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5504E (or 0xE5504E) is known color: Valencia. HEX triplet: E5, 50 and 4E. RGB value is (229,80,78). Sum of RGB (Red+Green+Blue) = 229+80+78=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5504E is #1AAFB1. Grayscale: #7C7C7C. Windows color (decimal): -1748914 or 5132517. OLE color: 5132517.

HSL color Cylindrical-coordinate representation of color #E5504E: hue angle of 0.79º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5504E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 78 -
CMYK 0 0.65 0.66 0.10
HSL 0.79º 0.74% 0.6% -
HSV(B) 0.79º 0.66% 0.9% -
XYZ 36.56 22.95 9.71 -
YUV 124.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 229 80 78 0 0.65 0.66 0.10 0.79 0.74 0.6
Hex E5 50 4E 0 41 42 A 1 4A 3C
Octal 345 120 116 0 101 102 12 1 112 74
Binary 11100101 1010000 1001110 0 1000001 1000010 1010 1 1001010 111100

Color Harmonies of #E5504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5504E

Black with #E5504E

Text Example


Text Example

White with #E5504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5504E; }

 p { color: rgb(229,80,78); }

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

background-color css

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

 a { background-color: rgb(229,80,78); }

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

border-color css

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

 span { border-color: rgb(229,80,78); }

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