Html Css Color HEX #E55250 Valencia

📋 copy color: '#E55250'

red 229 ◦ green 82 ◦ blue 80

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

Shades of Valencia #E55250

Tints of Valencia #E55250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.97%

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

R = 58.57%
G = 20.97%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E55250 (or 0xE55250) is known color: Valencia. HEX triplet: E5, 52 and 50. RGB value is (229,82,80). Sum of RGB (Red+Green+Blue) = 229+82+80=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E55250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55250 is #1AADAF. Grayscale: #7D7D7D. Windows color (decimal): -1748400 or 5264101. OLE color: 5264101.

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

Color convert

RGB 229 82 80 -
CMYK 0 0.64 0.65 0.10
HSL 0.81º 0.74% 0.61% -
HSV(B) 0.81º 0.65% 0.9% -
XYZ 36.78 23.27 10.14 -
YUV 125.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 229 82 80 0 0.64 0.65 0.10 0.81 0.74 0.61
Hex E5 52 50 0 40 41 A 1 4A 3D
Octal 345 122 120 0 100 101 12 1 112 75
Binary 11100101 1010010 1010000 0 1000000 1000001 1010 1 1001010 111101

Color Harmonies of #E55250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55250

Black with #E55250

Text Example


Text Example

White with #E55250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55250; }

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

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

background-color css

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

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

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

border-color css

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

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

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