Html Css Color HEX #E35145 Valencia

📋 copy color: '#E35145'

red 227 ◦ green 81 ◦ blue 69

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

Shades of Valencia #E35145

Tints of Valencia #E35145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 60.21%
G = 21.49%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E35145 (or 0xE35145) is known color: Valencia. HEX triplet: E3, 51 and 45. RGB value is (227,81,69). Sum of RGB (Red+Green+Blue) = 227+81+69=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E35145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35145 is #1CAEBA. Grayscale: #7B7B7B. Windows color (decimal): -1879739 or 4542947. OLE color: 4542947.

HSL color Cylindrical-coordinate representation of color #E35145: hue angle of 4.56º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35145 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 81 69 -
CMYK 0 0.64 0.70 0.11
HSL 4.56º 0.74% 0.58% -
HSV(B) 4.56º 0.7% 0.89% -
XYZ 35.7 22.65 8.12 -
YUV 123.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 227 81 69 0 0.64 0.70 0.11 4.56 0.74 0.58
Hex E3 51 45 0 40 46 B 5 4A 3A
Octal 343 121 105 0 100 106 13 5 112 72
Binary 11100011 1010001 1000101 0 1000000 1000110 1011 101 1001010 111010

Color Harmonies of #E35145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35145

Black with #E35145

Text Example


Text Example

White with #E35145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35145; }

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

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

background-color css

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

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

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

border-color css

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

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

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