Html Css Color HEX #E0584D Valencia

📋 copy color: '#E0584D'

red 224 ◦ green 88 ◦ blue 77

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

Shades of Valencia #E0584D

Tints of Valencia #E0584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 57.58%
G = 22.62%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0584D (or 0xE0584D) is known color: Valencia. HEX triplet: E0, 58 and 4D. RGB value is (224,88,77). Sum of RGB (Red+Green+Blue) = 224+88+77=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0584D is #1FA7B2. Grayscale: #7F7F7F. Windows color (decimal): -2074547 or 5069024. OLE color: 5069024.

HSL color Cylindrical-coordinate representation of color #E0584D: hue angle of 4.49º 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 #E0584D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 77 -
CMYK 0 0.61 0.66 0.12
HSL 4.49º 0.7% 0.59% -
HSV(B) 4.49º 0.66% 0.88% -
XYZ 35.57 23.36 9.66 -
YUV 127.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 224 88 77 0 0.61 0.66 0.12 4.49 0.7 0.59
Hex E0 58 4D 0 3D 42 C 4 46 3B
Octal 340 130 115 0 75 102 14 4 106 73
Binary 11100000 1011000 1001101 0 111101 1000010 1100 100 1000110 111011

Color Harmonies of #E0584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0584D

Black with #E0584D

Text Example


Text Example

White with #E0584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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