Html Css Color HEX #E0524D Valencia

📋 copy color: '#E0524D'

red 224 ◦ green 82 ◦ blue 77

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

Shades of Valencia #E0524D

Tints of Valencia #E0524D

RGB

 RED value IS 224 (87.89% from 255) = 58.49%

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

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 58.49%
G = 21.41%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0524D (or 0xE0524D) is known color: Valencia. HEX triplet: E0, 52 and 4D. RGB value is (224,82,77). Sum of RGB (Red+Green+Blue) = 224+82+77=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0524D is #1FADB2. Grayscale: #7C7C7C. Windows color (decimal): -2076083 or 5067488. OLE color: 5067488.

HSL color Cylindrical-coordinate representation of color #E0524D: hue angle of 2.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0524D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 77 -
CMYK 0 0.63 0.66 0.12
HSL 2.04º 0.7% 0.59% -
HSV(B) 2.04º 0.66% 0.88% -
XYZ 35.1 22.42 9.5 -
YUV 123.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 224 82 77 0 0.63 0.66 0.12 2.04 0.7 0.59
Hex E0 52 4D 0 3F 42 C 2 46 3B
Octal 340 122 115 0 77 102 14 2 106 73
Binary 11100000 1010010 1001101 0 111111 1000010 1100 10 1000110 111011

Color Harmonies of #E0524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0524D

Black with #E0524D

Text Example


Text Example

White with #E0524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0524D; }

 p { color: rgb(224,82,77); }

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

background-color css

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

 a { background-color: rgb(224,82,77); }

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

border-color css

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

 span { border-color: rgb(224,82,77); }

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