Html Css Color HEX #E55046 Valencia

📋 copy color: '#E55046'

red 229 ◦ green 80 ◦ blue 70

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

Shades of Valencia #E55046

Tints of Valencia #E55046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 60.42%
G = 21.11%
B = 18.47%

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

#E55046 (or 0xE55046) is known color: Valencia. HEX triplet: E5, 50 and 46. RGB value is (229,80,70). Sum of RGB (Red+Green+Blue) = 229+80+70=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E55046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55046 is #1AAFB9. Grayscale: #7B7B7B. Windows color (decimal): -1748922 or 4608229. OLE color: 4608229.

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

Color convert

RGB 229 80 70 -
CMYK 0 0.65 0.69 0.10
HSL 3.77º 0.75% 0.59% -
HSV(B) 3.77º 0.69% 0.9% -
XYZ 36.29 22.84 8.29 -
YUV 123.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 229 80 70 0 0.65 0.69 0.10 3.77 0.75 0.59
Hex E5 50 46 0 41 45 A 4 4B 3B
Octal 345 120 106 0 101 105 12 4 113 73
Binary 11100101 1010000 1000110 0 1000001 1000101 1010 100 1001011 111011

Color Harmonies of #E55046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55046

Black with #E55046

Text Example


Text Example

White with #E55046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55046; }

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

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

background-color css

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

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

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

border-color css

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

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

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