Html Css Color HEX #E1504B Valencia

📋 copy color: '#E1504B'

red 225 ◦ green 80 ◦ blue 75

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

Shades of Valencia #E1504B

Tints of Valencia #E1504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 59.21%
G = 21.05%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1504B (or 0xE1504B) is known color: Valencia. HEX triplet: E1, 50 and 4B. RGB value is (225,80,75). Sum of RGB (Red+Green+Blue) = 225+80+75=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1504B is #1EAFB4. Grayscale: #7A7A7A. Windows color (decimal): -2011061 or 4935905. OLE color: 4935905.

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

Color convert

RGB 225 80 75 -
CMYK 0 0.64 0.67 0.12
HSL 0.71% 0.59% -
HSV(B) 0.67% 0.88% -
XYZ 35.19 22.25 9.1 -
YUV 122.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 225 80 75 0 0.64 0.67 0.12 2 0.71 0.59
Hex E1 50 4B 0 40 43 C 2 47 3B
Octal 341 120 113 0 100 103 14 2 107 73
Binary 11100001 1010000 1001011 0 1000000 1000011 1100 10 1000111 111011

Color Harmonies of #E1504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1504B

Black with #E1504B

Text Example


Text Example

White with #E1504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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