Html Css Color HEX #E1504D Valencia

📋 copy color: '#E1504D'

red 225 ◦ green 80 ◦ blue 77

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

Shades of Valencia #E1504D

Tints of Valencia #E1504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 58.9%
G = 20.94%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1504D (or 0xE1504D) is known color: Valencia. HEX triplet: E1, 50 and 4D. RGB value is (225,80,77). Sum of RGB (Red+Green+Blue) = 225+80+77=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1504D is #1EAFB2. Grayscale: #7B7B7B. Windows color (decimal): -2011059 or 5066977. OLE color: 5066977.

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

Color convert

RGB 225 80 77 -
CMYK 0 0.64 0.66 0.12
HSL 1.22º 0.71% 0.59% -
HSV(B) 1.22º 0.66% 0.88% -
XYZ 35.26 22.28 9.46 -
YUV 123.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 225 80 77 0 0.64 0.66 0.12 1.22 0.71 0.59
Hex E1 50 4D 0 40 42 C 1 47 3B
Octal 341 120 115 0 100 102 14 1 107 73
Binary 11100001 1010000 1001101 0 1000000 1000010 1100 1 1000111 111011

Color Harmonies of #E1504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1504D

Black with #E1504D

Text Example


Text Example

White with #E1504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1504D; }

 p { color: rgb(225,80,77); }

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

background-color css

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

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

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

border-color css

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

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

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