Html Css Color HEX #E15345 Valencia

📋 copy color: '#E15345'

red 225 ◦ green 83 ◦ blue 69

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

Shades of Valencia #E15345

Tints of Valencia #E15345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 59.68%
G = 22.02%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E15345 (or 0xE15345) is known color: Valencia. HEX triplet: E1, 53 and 45. RGB value is (225,83,69). Sum of RGB (Red+Green+Blue) = 225+83+69=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E15345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15345 is #1EACBA. Grayscale: #7C7C7C. Windows color (decimal): -2010299 or 4543457. OLE color: 4543457.

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

Color convert

RGB 225 83 69 -
CMYK 0 0.63 0.69 0.12
HSL 5.38º 0.72% 0.58% -
HSV(B) 5.38º 0.69% 0.88% -
XYZ 35.22 22.62 8.14 -
YUV 123.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 225 83 69 0 0.63 0.69 0.12 5.38 0.72 0.58
Hex E1 53 45 0 3F 45 C 5 48 3A
Octal 341 123 105 0 77 105 14 5 110 72
Binary 11100001 1010011 1000101 0 111111 1000101 1100 101 1001000 111010

Color Harmonies of #E15345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15345

Black with #E15345

Text Example


Text Example

White with #E15345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15345; }

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

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

background-color css

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

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

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

border-color css

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

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

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