Html Css Color HEX #E45148 Valencia

📋 copy color: '#E45148'

red 228 ◦ green 81 ◦ blue 72

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

Shades of Valencia #E45148

Tints of Valencia #E45148

RGB

 RED value IS 228 (89.45% from 255) = 59.84%

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 59.84%
G = 21.26%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E45148 (or 0xE45148) is known color: Valencia. HEX triplet: E4, 51 and 48. RGB value is (228,81,72). Sum of RGB (Red+Green+Blue) = 228+81+72=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45148 is #1BAEB7. Grayscale: #7C7C7C. Windows color (decimal): -1814200 or 4739556. OLE color: 4739556.

HSL color Cylindrical-coordinate representation of color #E45148: hue angle of 3.46º 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 #E45148 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 81 72 -
CMYK 0 0.64 0.68 0.11
HSL 3.46º 0.74% 0.59% -
HSV(B) 3.46º 0.68% 0.89% -
XYZ 36.11 22.85 8.64 -
YUV 123.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 228 81 72 0 0.64 0.68 0.11 3.46 0.74 0.59
Hex E4 51 48 0 40 44 B 3 4A 3B
Octal 344 121 110 0 100 104 13 3 112 73
Binary 11100100 1010001 1001000 0 1000000 1000100 1011 11 1001010 111011

Color Harmonies of #E45148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45148

Black with #E45148

Text Example


Text Example

White with #E45148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45148; }

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

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

background-color css

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

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

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

border-color css

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

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

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