Html Css Color HEX #E15346 Valencia

📋 copy color: '#E15346'

red 225 ◦ green 83 ◦ blue 70

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

Shades of Valencia #E15346

Tints of Valencia #E15346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 59.52%
G = 21.96%
B = 18.52%

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

#E15346 (or 0xE15346) is known color: Valencia. HEX triplet: E1, 53 and 46. RGB value is (225,83,70). Sum of RGB (Red+Green+Blue) = 225+83+70=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E15346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15346 is #1EACB9. Grayscale: #7C7C7C. Windows color (decimal): -2010298 or 4608993. OLE color: 4608993.

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

Color convert

RGB 225 83 70 -
CMYK 0 0.63 0.69 0.12
HSL 5.03º 0.72% 0.58% -
HSV(B) 5.03º 0.69% 0.88% -
XYZ 35.25 22.64 8.31 -
YUV 123.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 225 83 70 0 0.63 0.69 0.12 5.03 0.72 0.58
Hex E1 53 46 0 3F 45 C 5 48 3A
Octal 341 123 106 0 77 105 14 5 110 72
Binary 11100001 1010011 1000110 0 111111 1000101 1100 101 1001000 111010

Color Harmonies of #E15346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15346

Black with #E15346

Text Example


Text Example

White with #E15346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15346; }

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

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

background-color css

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

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

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

border-color css

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

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

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