Html Css Color HEX #E55554 Valencia

📋 copy color: '#E55554'

red 229 ◦ green 85 ◦ blue 84

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

Shades of Valencia #E55554

Tints of Valencia #E55554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 57.54%
G = 21.36%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E55554 (or 0xE55554) is known color: Valencia. HEX triplet: E5, 55 and 54. RGB value is (229,85,84). Sum of RGB (Red+Green+Blue) = 229+85+84=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E55554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55554 is #1AAAAB. Grayscale: #808080. Windows color (decimal): -1747628 or 5527013. OLE color: 5527013.

HSL color Cylindrical-coordinate representation of color #E55554: hue angle of 0.41º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55554 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 85 84 -
CMYK 0 0.63 0.63 0.10
HSL 0.41º 0.74% 0.61% -
HSV(B) 0.41º 0.63% 0.9% -
XYZ 37.16 23.8 11.02 -
YUV 127.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 229 85 84 0 0.63 0.63 0.10 0.41 0.74 0.61
Hex E5 55 54 0 3F 3F A 0 4A 3D
Octal 345 125 124 0 77 77 12 0 112 75
Binary 11100101 1010101 1010100 0 111111 111111 1010 0 1001010 111101

Color Harmonies of #E55554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55554

Black with #E55554

Text Example


Text Example

White with #E55554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55554; }

 p { color: rgb(229,85,84); }

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

background-color css

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

 a { background-color: rgb(229,85,84); }

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

border-color css

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

 span { border-color: rgb(229,85,84); }

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