Html Css Color HEX #E05654 Valencia

📋 copy color: '#E05654'

red 224 ◦ green 86 ◦ blue 84

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

Shades of Valencia #E05654

Tints of Valencia #E05654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.83%

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 56.85%
G = 21.83%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05654 (or 0xE05654) is known color: Valencia. HEX triplet: E0, 56 and 54. RGB value is (224,86,84). Sum of RGB (Red+Green+Blue) = 224+86+84=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E05654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05654 is #1FA9AB. Grayscale: #7F7F7F. Windows color (decimal): -2075052 or 5527264. OLE color: 5527264.

HSL color Cylindrical-coordinate representation of color #E05654: hue angle of 0.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05654 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 86 84 -
CMYK 0 0.62 0.62 0.12
HSL 0.86º 0.69% 0.6% -
HSV(B) 0.86º 0.63% 0.88% -
XYZ 35.67 23.14 10.97 -
YUV 127.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 224 86 84 0 0.62 0.62 0.12 0.86 0.69 0.6
Hex E0 56 54 0 3E 3E C 1 45 3C
Octal 340 126 124 0 76 76 14 1 105 74
Binary 11100000 1010110 1010100 0 111110 111110 1100 1 1000101 111100

Color Harmonies of #E05654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05654

Black with #E05654

Text Example


Text Example

White with #E05654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05654; }

 p { color: rgb(224,86,84); }

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

background-color css

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

 a { background-color: rgb(224,86,84); }

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

border-color css

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

 span { border-color: rgb(224,86,84); }

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