Html Css Color HEX #E55245 Valencia

📋 copy color: '#E55245'

red 229 ◦ green 82 ◦ blue 69

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

Shades of Valencia #E55245

Tints of Valencia #E55245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 60.26%
G = 21.58%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E55245 (or 0xE55245) is known color: Valencia. HEX triplet: E5, 52 and 45. RGB value is (229,82,69). Sum of RGB (Red+Green+Blue) = 229+82+69=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55245 is #1AADBA. Grayscale: #7C7C7C. Windows color (decimal): -1748411 or 4543205. OLE color: 4543205.

HSL color Cylindrical-coordinate representation of color #E55245: hue angle of 4.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E55245 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 69 -
CMYK 0 0.64 0.70 0.10
HSL 4.88º 0.75% 0.58% -
HSV(B) 4.88º 0.7% 0.9% -
XYZ 36.4 23.12 8.17 -
YUV 124.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 229 82 69 0 0.64 0.70 0.10 4.88 0.75 0.58
Hex E5 52 45 0 40 46 A 5 4B 3A
Octal 345 122 105 0 100 106 12 5 113 72
Binary 11100101 1010010 1000101 0 1000000 1000110 1010 101 1001011 111010

Color Harmonies of #E55245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55245

Black with #E55245

Text Example


Text Example

White with #E55245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55245; }

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

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

background-color css

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

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

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

border-color css

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

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

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