Html Css Color HEX #E35549 Valencia

📋 copy color: '#E35549'

red 227 ◦ green 85 ◦ blue 73

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

Shades of Valencia #E35549

Tints of Valencia #E35549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 58.96%
G = 22.08%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E35549 (or 0xE35549) is known color: Valencia. HEX triplet: E3, 55 and 49. RGB value is (227,85,73). Sum of RGB (Red+Green+Blue) = 227+85+73=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E35549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35549 is #1CAAB6. Grayscale: #7E7E7E. Windows color (decimal): -1878711 or 4806115. OLE color: 4806115.

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

Color convert

RGB 227 85 73 -
CMYK 0 0.63 0.68 0.11
HSL 4.68º 0.73% 0.59% -
HSV(B) 4.68º 0.68% 0.89% -
XYZ 36.13 23.31 8.9 -
YUV 126.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 227 85 73 0 0.63 0.68 0.11 4.68 0.73 0.59
Hex E3 55 49 0 3F 44 B 5 49 3B
Octal 343 125 111 0 77 104 13 5 111 73
Binary 11100011 1010101 1001001 0 111111 1000100 1011 101 1001001 111011

Color Harmonies of #E35549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35549

Black with #E35549

Text Example


Text Example

White with #E35549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35549; }

 p { color: rgb(227,85,73); }

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

background-color css

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

 a { background-color: rgb(227,85,73); }

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

border-color css

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

 span { border-color: rgb(227,85,73); }

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