Html Css Color HEX #E45048 Valencia

📋 copy color: '#E45048'

red 228 ◦ green 80 ◦ blue 72

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

Shades of Valencia #E45048

Tints of Valencia #E45048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 60%
G = 21.05%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E45048 (or 0xE45048) is known color: Valencia. HEX triplet: E4, 50 and 48. RGB value is (228,80,72). Sum of RGB (Red+Green+Blue) = 228+80+72=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E45048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45048 is #1BAFB7. Grayscale: #7B7B7B. Windows color (decimal): -1814456 or 4739300. OLE color: 4739300.

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

Color convert

RGB 228 80 72 -
CMYK 0 0.65 0.68 0.11
HSL 3.08º 0.74% 0.59% -
HSV(B) 3.08º 0.68% 0.89% -
XYZ 36.03 22.7 8.61 -
YUV 123.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 228 80 72 0 0.65 0.68 0.11 3.08 0.74 0.59
Hex E4 50 48 0 41 44 B 3 4A 3B
Octal 344 120 110 0 101 104 13 3 112 73
Binary 11100100 1010000 1001000 0 1000001 1000100 1011 11 1001010 111011

Color Harmonies of #E45048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45048

Black with #E45048

Text Example


Text Example

White with #E45048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45048; }

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

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

background-color css

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

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

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

border-color css

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

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

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