Html Css Color HEX #E1504F Valencia

📋 copy color: '#E1504F'

red 225 ◦ green 80 ◦ blue 79

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

Shades of Valencia #E1504F

Tints of Valencia #E1504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 58.59%
G = 20.83%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1504F (or 0xE1504F) is known color: Valencia. HEX triplet: E1, 50 and 4F. RGB value is (225,80,79). Sum of RGB (Red+Green+Blue) = 225+80+79=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1504F is #1EAFB0. Grayscale: #7B7B7B. Windows color (decimal): -2011057 or 5198049. OLE color: 5198049.

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

Color convert

RGB 225 80 79 -
CMYK 0 0.64 0.65 0.12
HSL 0.41º 0.71% 0.6% -
HSV(B) 0.41º 0.65% 0.88% -
XYZ 35.33 22.31 9.84 -
YUV 123.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 225 80 79 0 0.64 0.65 0.12 0.41 0.71 0.6
Hex E1 50 4F 0 40 41 C 0 47 3C
Octal 341 120 117 0 100 101 14 0 107 74
Binary 11100001 1010000 1001111 0 1000000 1000001 1100 0 1000111 111100

Color Harmonies of #E1504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1504F

Black with #E1504F

Text Example


Text Example

White with #E1504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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