Html Css Color HEX #E15344 Valencia

📋 copy color: '#E15344'

red 225 ◦ green 83 ◦ blue 68

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

Shades of Valencia #E15344

Tints of Valencia #E15344

RGB

 RED value IS 225 (88.28% from 255) = 59.84%

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

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

R = 59.84%
G = 22.07%
B = 18.09%

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

#E15344 (or 0xE15344) is known color: Valencia. HEX triplet: E1, 53 and 44. RGB value is (225,83,68). Sum of RGB (Red+Green+Blue) = 225+83+68=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E15344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15344 is #1EACBB. Grayscale: #7B7B7B. Windows color (decimal): -2010300 or 4477921. OLE color: 4477921.

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

Color convert

RGB 225 83 68 -
CMYK 0 0.63 0.70 0.12
HSL 5.73º 0.72% 0.57% -
HSV(B) 5.73º 0.7% 0.88% -
XYZ 35.19 22.61 7.98 -
YUV 123.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 225 83 68 0 0.63 0.70 0.12 5.73 0.72 0.57
Hex E1 53 44 0 3F 46 C 6 48 39
Octal 341 123 104 0 77 106 14 6 110 71
Binary 11100001 1010011 1000100 0 111111 1000110 1100 110 1001000 111001

Color Harmonies of #E15344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15344

Black with #E15344

Text Example


Text Example

White with #E15344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15344; }

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

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

background-color css

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

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

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

border-color css

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

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

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