Html Css Color HEX #E05344 Valencia

📋 copy color: '#E05344'

red 224 ◦ green 83 ◦ blue 68

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

Shades of Valencia #E05344

Tints of Valencia #E05344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 59.73%
G = 22.13%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E05344 (or 0xE05344) is known color: Valencia. HEX triplet: E0, 53 and 44. RGB value is (224,83,68). Sum of RGB (Red+Green+Blue) = 224+83+68=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05344 is #1FACBB. Grayscale: #7B7B7B. Windows color (decimal): -2075836 or 4477920. OLE color: 4477920.

HSL color Cylindrical-coordinate representation of color #E05344: hue angle of 5.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05344 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 68 -
CMYK 0 0.63 0.70 0.12
HSL 5.77º 0.72% 0.57% -
HSV(B) 5.77º 0.7% 0.88% -
XYZ 34.88 22.45 7.96 -
YUV 123.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 224 83 68 0 0.63 0.70 0.12 5.77 0.72 0.57
Hex E0 53 44 0 3F 46 C 6 48 39
Octal 340 123 104 0 77 106 14 6 110 71
Binary 11100000 1010011 1000100 0 111111 1000110 1100 110 1001000 111001

Color Harmonies of #E05344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05344

Black with #E05344

Text Example


Text Example

White with #E05344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05344; }

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

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

background-color css

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

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

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

border-color css

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

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

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