Html Css Color HEX #E35149 Valencia

📋 copy color: '#E35149'

red 227 ◦ green 81 ◦ blue 73

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

Shades of Valencia #E35149

Tints of Valencia #E35149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 59.58%
G = 21.26%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E35149 (or 0xE35149) is known color: Valencia. HEX triplet: E3, 51 and 49. RGB value is (227,81,73). Sum of RGB (Red+Green+Blue) = 227+81+73=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E35149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35149 is #1CAEB6. Grayscale: #7B7B7B. Windows color (decimal): -1879735 or 4805091. OLE color: 4805091.

HSL color Cylindrical-coordinate representation of color #E35149: hue angle of 3.12º 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 #E35149 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 81 73 -
CMYK 0 0.64 0.68 0.11
HSL 3.12º 0.73% 0.59% -
HSV(B) 3.12º 0.68% 0.89% -
XYZ 35.82 22.7 8.8 -
YUV 123.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 227 81 73 0 0.64 0.68 0.11 3.12 0.73 0.59
Hex E3 51 49 0 40 44 B 3 49 3B
Octal 343 121 111 0 100 104 13 3 111 73
Binary 11100011 1010001 1001001 0 1000000 1000100 1011 11 1001001 111011

Color Harmonies of #E35149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35149

Black with #E35149

Text Example


Text Example

White with #E35149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35149; }

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

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

background-color css

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

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

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

border-color css

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

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

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