Html Css Color HEX #E55145 Valencia

📋 copy color: '#E55145'

red 229 ◦ green 81 ◦ blue 69

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

Shades of Valencia #E55145

Tints of Valencia #E55145

RGB

 RED value IS 229 (89.84% from 255) = 60.42%

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

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

R = 60.42%
G = 21.37%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E55145 (or 0xE55145) is known color: Valencia. HEX triplet: E5, 51 and 45. RGB value is (229,81,69). Sum of RGB (Red+Green+Blue) = 229+81+69=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E55145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55145 is #1AAEBA. Grayscale: #7C7C7C. Windows color (decimal): -1748667 or 4542949. OLE color: 4542949.

HSL color Cylindrical-coordinate representation of color #E55145: hue angle of 4.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E55145 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 69 -
CMYK 0 0.65 0.70 0.10
HSL 4.5º 0.75% 0.58% -
HSV(B) 4.5º 0.7% 0.9% -
XYZ 36.33 22.97 8.15 -
YUV 123.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 229 81 69 0 0.65 0.70 0.10 4.5 0.75 0.58
Hex E5 51 45 0 41 46 A 4 4B 3A
Octal 345 121 105 0 101 106 12 4 113 72
Binary 11100101 1010001 1000101 0 1000001 1000110 1010 100 1001011 111010

Color Harmonies of #E55145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55145

Black with #E55145

Text Example


Text Example

White with #E55145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55145; }

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

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

background-color css

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

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

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

border-color css

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

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

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