Html Css Color HEX #E05551 Valencia

📋 copy color: '#E05551'

red 224 ◦ green 85 ◦ blue 81

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

Shades of Valencia #E05551

Tints of Valencia #E05551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 57.44%
G = 21.79%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05551 (or 0xE05551) is known color: Valencia. HEX triplet: E0, 55 and 51. RGB value is (224,85,81). Sum of RGB (Red+Green+Blue) = 224+85+81=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E05551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05551 is #1FAAAE. Grayscale: #7E7E7E. Windows color (decimal): -2075311 or 5330400. OLE color: 5330400.

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

Color convert

RGB 224 85 81 -
CMYK 0 0.62 0.64 0.12
HSL 1.68º 0.7% 0.6% -
HSV(B) 1.68º 0.64% 0.88% -
XYZ 35.47 22.94 10.34 -
YUV 126.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 224 85 81 0 0.62 0.64 0.12 1.68 0.7 0.6
Hex E0 55 51 0 3E 40 C 2 46 3C
Octal 340 125 121 0 76 100 14 2 106 74
Binary 11100000 1010101 1010001 0 111110 1000000 1100 10 1000110 111100

Color Harmonies of #E05551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05551

Black with #E05551

Text Example


Text Example

White with #E05551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05551; }

 p { color: rgb(224,85,81); }

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

background-color css

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

 a { background-color: rgb(224,85,81); }

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

border-color css

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

 span { border-color: rgb(224,85,81); }

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