Html Css Color HEX #E05653 Valencia

📋 copy color: '#E05653'

red 224 ◦ green 86 ◦ blue 83

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

Shades of Valencia #E05653

Tints of Valencia #E05653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 57%
G = 21.88%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E05653 (or 0xE05653) is known color: Valencia. HEX triplet: E0, 56 and 53. RGB value is (224,86,83). Sum of RGB (Red+Green+Blue) = 224+86+83=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E05653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05653 is #1FA9AC. Grayscale: #7F7F7F. Windows color (decimal): -2075053 or 5461728. OLE color: 5461728.

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

Color convert

RGB 224 86 83 -
CMYK 0 0.62 0.63 0.12
HSL 1.28º 0.69% 0.6% -
HSV(B) 1.28º 0.63% 0.88% -
XYZ 35.63 23.13 10.77 -
YUV 126.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 224 86 83 0 0.62 0.63 0.12 1.28 0.69 0.6
Hex E0 56 53 0 3E 3F C 1 45 3C
Octal 340 126 123 0 76 77 14 1 105 74
Binary 11100000 1010110 1010011 0 111110 111111 1100 1 1000101 111100

Color Harmonies of #E05653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05653

Black with #E05653

Text Example


Text Example

White with #E05653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05653; }

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

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

background-color css

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

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

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

border-color css

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

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

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