Html Css Color HEX #E5524E Valencia

📋 copy color: '#E5524E'

red 229 ◦ green 82 ◦ blue 78

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

Shades of Valencia #E5524E

Tints of Valencia #E5524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 58.87%
G = 21.08%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5524E (or 0xE5524E) is known color: Valencia. HEX triplet: E5, 52 and 4E. RGB value is (229,82,78). Sum of RGB (Red+Green+Blue) = 229+82+78=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5524E is #1AADB1. Grayscale: #7D7D7D. Windows color (decimal): -1748402 or 5133029. OLE color: 5133029.

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

Color convert

RGB 229 82 78 -
CMYK 0 0.64 0.66 0.10
HSL 1.59º 0.74% 0.6% -
HSV(B) 1.59º 0.66% 0.9% -
XYZ 36.71 23.24 9.76 -
YUV 125.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 229 82 78 0 0.64 0.66 0.10 1.59 0.74 0.6
Hex E5 52 4E 0 40 42 A 2 4A 3C
Octal 345 122 116 0 100 102 12 2 112 74
Binary 11100101 1010010 1001110 0 1000000 1000010 1010 10 1001010 111100

Color Harmonies of #E5524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5524E

Black with #E5524E

Text Example


Text Example

White with #E5524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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