Html Css Color HEX #E3504A Valencia

📋 copy color: '#E3504A'

red 227 ◦ green 80 ◦ blue 74

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

Shades of Valencia #E3504A

Tints of Valencia #E3504A

RGB

 RED value IS 227 (89.06% from 255) = 59.58%

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

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 59.58%
G = 21%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3504A (or 0xE3504A) is known color: Valencia. HEX triplet: E3, 50 and 4A. RGB value is (227,80,74). Sum of RGB (Red+Green+Blue) = 227+80+74=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E3504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3504A is #1CAFB5. Grayscale: #7B7B7B. Windows color (decimal): -1879990 or 4870371. OLE color: 4870371.

HSL color Cylindrical-coordinate representation of color #E3504A: hue angle of 2.35º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3504A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 74 -
CMYK 0 0.65 0.67 0.11
HSL 2.35º 0.73% 0.59% -
HSV(B) 2.35º 0.67% 0.89% -
XYZ 35.78 22.56 8.95 -
YUV 123.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 227 80 74 0 0.65 0.67 0.11 2.35 0.73 0.59
Hex E3 50 4A 0 41 43 B 2 49 3B
Octal 343 120 112 0 101 103 13 2 111 73
Binary 11100011 1010000 1001010 0 1000001 1000011 1011 10 1001001 111011

Color Harmonies of #E3504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3504A

Black with #E3504A

Text Example


Text Example

White with #E3504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3504A; }

 p { color: rgb(227,80,74); }

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

background-color css

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

 a { background-color: rgb(227,80,74); }

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

border-color css

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

 span { border-color: rgb(227,80,74); }

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