Html Css Color HEX #E55047 Valencia

📋 copy color: '#E55047'

red 229 ◦ green 80 ◦ blue 71

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

Shades of Valencia #E55047

Tints of Valencia #E55047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 60.26%
G = 21.05%
B = 18.68%

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

#E55047 (or 0xE55047) is known color: Valencia. HEX triplet: E5, 50 and 47. RGB value is (229,80,71). Sum of RGB (Red+Green+Blue) = 229+80+71=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55047 is #1AAFB8. Grayscale: #7B7B7B. Windows color (decimal): -1748921 or 4673765. OLE color: 4673765.

HSL color Cylindrical-coordinate representation of color #E55047: hue angle of 3.42º 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 #E55047 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 71 -
CMYK 0 0.65 0.69 0.10
HSL 3.42º 0.75% 0.59% -
HSV(B) 3.42º 0.69% 0.9% -
XYZ 36.32 22.85 8.46 -
YUV 123.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 229 80 71 0 0.65 0.69 0.10 3.42 0.75 0.59
Hex E5 50 47 0 41 45 A 3 4B 3B
Octal 345 120 107 0 101 105 12 3 113 73
Binary 11100101 1010000 1000111 0 1000001 1000101 1010 11 1001011 111011

Color Harmonies of #E55047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55047

Black with #E55047

Text Example


Text Example

White with #E55047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55047; }

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

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

background-color css

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

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

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

border-color css

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

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

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