Html Css Color HEX #E55450 Valencia

📋 copy color: '#E55450'

red 229 ◦ green 84 ◦ blue 80

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

Shades of Valencia #E55450

Tints of Valencia #E55450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 58.27%
G = 21.37%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E55450 (or 0xE55450) is known color: Valencia. HEX triplet: E5, 54 and 50. RGB value is (229,84,80). Sum of RGB (Red+Green+Blue) = 229+84+80=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E55450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55450 is #1AABAF. Grayscale: #7F7F7F. Windows color (decimal): -1747888 or 5264613. OLE color: 5264613.

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

Color convert

RGB 229 84 80 -
CMYK 0 0.63 0.65 0.10
HSL 1.61º 0.74% 0.61% -
HSV(B) 1.61º 0.65% 0.9% -
XYZ 36.93 23.58 10.19 -
YUV 126.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 229 84 80 0 0.63 0.65 0.10 1.61 0.74 0.61
Hex E5 54 50 0 3F 41 A 2 4A 3D
Octal 345 124 120 0 77 101 12 2 112 75
Binary 11100101 1010100 1010000 0 111111 1000001 1010 10 1001010 111101

Color Harmonies of #E55450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55450

Black with #E55450

Text Example


Text Example

White with #E55450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55450; }

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

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

background-color css

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

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

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

border-color css

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

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

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