#e45348

Color #E45348 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #E45348

Tints of Valencia #E45348

Color information

#E45348 (or 0xE45348) is unknown color: approx Valencia. HEX triplet: E4, 53 and 48. RGB value is (228,83,72). Sum of RGB (Red+Green+Blue) = 228+83+72=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E45348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45348 is #1BACB7. Grayscale: #7D7D7D. Windows color (decimal): -1813688 or 4740068. OLE color: 4740068.

HSL color Cylindrical-coordinate representation of color #E45348: hue angle of 4.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E45348 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2288372-
CMYK00.640.680.11
HSL4.23º74.29%58.82%-
HSV(B)4.23º68.42%89.41%-
XYZ36.2623.158.69-
YUV125.198.04201.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.53%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=59.53%
G=21.67%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228837200.640.680.114.2374.2958.82
HexE4534804044B44a3b
Octal344123110010010413411273
Binary111001001010011100100001000000100010010111001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45348; }

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

 H1.HeaderClassName
 {
   color: #e45348;
 }
 .AnyTagClassName
 {
   color: #e45348;
 }
</style>
background-color css

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

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

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

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

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

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