Html Css Color HEX #E15348 Valencia

📋 copy color: '#E15348'

red 225 ◦ green 83 ◦ blue 72

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

Shades of Valencia #E15348

Tints of Valencia #E15348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 59.21%
G = 21.84%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E15348 (or 0xE15348) is known color: Valencia. HEX triplet: E1, 53 and 48. RGB value is (225,83,72). Sum of RGB (Red+Green+Blue) = 225+83+72=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E15348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15348 is #1EACB7. Grayscale: #7C7C7C. Windows color (decimal): -2010296 or 4740065. OLE color: 4740065.

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

Color convert

RGB 225 83 72 -
CMYK 0 0.63 0.68 0.12
HSL 4.31º 0.72% 0.58% -
HSV(B) 4.31º 0.68% 0.88% -
XYZ 35.31 22.66 8.64 -
YUV 124.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 225 83 72 0 0.63 0.68 0.12 4.31 0.72 0.58
Hex E1 53 48 0 3F 44 C 4 48 3A
Octal 341 123 110 0 77 104 14 4 110 72
Binary 11100001 1010011 1001000 0 111111 1000100 1100 100 1001000 111010

Color Harmonies of #E15348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15348

Black with #E15348

Text Example


Text Example

White with #E15348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15348; }

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

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

background-color css

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

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

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

border-color css

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

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

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