Html Css Color HEX #E55147 Valencia

📋 copy color: '#E55147'

red 229 ◦ green 81 ◦ blue 71

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

Shades of Valencia #E55147

Tints of Valencia #E55147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 60.1%
G = 21.26%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E55147 (or 0xE55147) is known color: Valencia. HEX triplet: E5, 51 and 47. RGB value is (229,81,71). Sum of RGB (Red+Green+Blue) = 229+81+71=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E55147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55147 is #1AAEB8. Grayscale: #7C7C7C. Windows color (decimal): -1748665 or 4674021. OLE color: 4674021.

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

Color convert

RGB 229 81 71 -
CMYK 0 0.65 0.69 0.10
HSL 3.8º 0.75% 0.59% -
HSV(B) 3.8º 0.69% 0.9% -
XYZ 36.39 23 8.48 -
YUV 124.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 229 81 71 0 0.65 0.69 0.10 3.8 0.75 0.59
Hex E5 51 47 0 41 45 A 4 4B 3B
Octal 345 121 107 0 101 105 12 4 113 73
Binary 11100101 1010001 1000111 0 1000001 1000101 1010 100 1001011 111011

Color Harmonies of #E55147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55147

Black with #E55147

Text Example


Text Example

White with #E55147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55147; }

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

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

background-color css

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

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

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

border-color css

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

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

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