Html Css Color HEX #E05851 Valencia

📋 copy color: '#E05851'

red 224 ◦ green 88 ◦ blue 81

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

Shades of Valencia #E05851

Tints of Valencia #E05851

RGB

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

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

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

R = 57%
G = 22.39%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05851 (or 0xE05851) is known color: Valencia. HEX triplet: E0, 58 and 51. RGB value is (224,88,81). Sum of RGB (Red+Green+Blue) = 224+88+81=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E05851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05851 is #1FA7AE. Grayscale: #808080. Windows color (decimal): -2074543 or 5331168. OLE color: 5331168.

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

Color convert

RGB 224 88 81 -
CMYK 0 0.61 0.64 0.12
HSL 2.94º 0.7% 0.6% -
HSV(B) 2.94º 0.64% 0.88% -
XYZ 35.72 23.42 10.42 -
YUV 127.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 224 88 81 0 0.61 0.64 0.12 2.94 0.7 0.6
Hex E0 58 51 0 3D 40 C 3 46 3C
Octal 340 130 121 0 75 100 14 3 106 74
Binary 11100000 1011000 1010001 0 111101 1000000 1100 11 1000110 111100

Color Harmonies of #E05851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05851

Black with #E05851

Text Example


Text Example

White with #E05851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05851; }

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

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

background-color css

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

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

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

border-color css

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

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

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