Html Css Color HEX #E45046 Valencia

📋 copy color: '#E45046'

red 228 ◦ green 80 ◦ blue 70

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

Shades of Valencia #E45046

Tints of Valencia #E45046

RGB

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

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

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

R = 60.32%
G = 21.16%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E45046 (or 0xE45046) is known color: Valencia. HEX triplet: E4, 50 and 46. RGB value is (228,80,70). Sum of RGB (Red+Green+Blue) = 228+80+70=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E45046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45046 is #1BAFB9. Grayscale: #7B7B7B. Windows color (decimal): -1814458 or 4608228. OLE color: 4608228.

HSL color Cylindrical-coordinate representation of color #E45046: hue angle of 3.8º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E45046 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 70 -
CMYK 0 0.65 0.69 0.11
HSL 3.8º 0.75% 0.58% -
HSV(B) 3.8º 0.69% 0.89% -
XYZ 35.97 22.67 8.27 -
YUV 123.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 228 80 70 0 0.65 0.69 0.11 3.8 0.75 0.58
Hex E4 50 46 0 41 45 B 4 4B 3A
Octal 344 120 106 0 101 105 13 4 113 72
Binary 11100100 1010000 1000110 0 1000001 1000101 1011 100 1001011 111010

Color Harmonies of #E45046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45046

Black with #E45046

Text Example


Text Example

White with #E45046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45046; }

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

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

background-color css

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

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

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

border-color css

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

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

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