Html Css Color HEX #E1504E Valencia

📋 copy color: '#E1504E'

red 225 ◦ green 80 ◦ blue 78

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

Shades of Valencia #E1504E

Tints of Valencia #E1504E

RGB

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

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

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

R = 58.75%
G = 20.89%
B = 20.37%

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

#E1504E (or 0xE1504E) is known color: Valencia. HEX triplet: E1, 50 and 4E. RGB value is (225,80,78). Sum of RGB (Red+Green+Blue) = 225+80+78=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1504E is #1EAFB1. Grayscale: #7B7B7B. Windows color (decimal): -2011058 or 5132513. OLE color: 5132513.

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

Color convert

RGB 225 80 78 -
CMYK 0 0.64 0.65 0.12
HSL 0.82º 0.71% 0.59% -
HSV(B) 0.82º 0.65% 0.88% -
XYZ 35.3 22.29 9.65 -
YUV 123.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 225 80 78 0 0.64 0.65 0.12 0.82 0.71 0.59
Hex E1 50 4E 0 40 41 C 1 47 3B
Octal 341 120 116 0 100 101 14 1 107 73
Binary 11100001 1010000 1001110 0 1000000 1000001 1100 1 1000111 111011

Color Harmonies of #E1504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1504E

Black with #E1504E

Text Example


Text Example

White with #E1504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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