Html Css Color HEX #E05251 Valencia

📋 copy color: '#E05251'

red 224 ◦ green 82 ◦ blue 81

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

Shades of Valencia #E05251

Tints of Valencia #E05251

RGB

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

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

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

R = 57.88%
G = 21.19%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05251 (or 0xE05251) is known color: Valencia. HEX triplet: E0, 52 and 51. RGB value is (224,82,81). Sum of RGB (Red+Green+Blue) = 224+82+81=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E05251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05251 is #1FADAE. Grayscale: #7C7C7C. Windows color (decimal): -2076079 or 5329632. OLE color: 5329632.

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

Color convert

RGB 224 82 81 -
CMYK 0 0.63 0.64 0.12
HSL 0.42º 0.7% 0.6% -
HSV(B) 0.42º 0.64% 0.88% -
XYZ 35.24 22.48 10.27 -
YUV 124.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 224 82 81 0 0.63 0.64 0.12 0.42 0.7 0.6
Hex E0 52 51 0 3F 40 C 0 46 3C
Octal 340 122 121 0 77 100 14 0 106 74
Binary 11100000 1010010 1010001 0 111111 1000000 1100 0 1000110 111100

Color Harmonies of #E05251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05251

Black with #E05251

Text Example


Text Example

White with #E05251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05251; }

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

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

background-color css

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

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

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

border-color css

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

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

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