Html Css Color HEX #E45346 Valencia

📋 copy color: '#E45346'

red 228 ◦ green 83 ◦ blue 70

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

Shades of Valencia #E45346

Tints of Valencia #E45346

RGB

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

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

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

R = 59.84%
G = 21.78%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E45346 (or 0xE45346) is known color: Valencia. HEX triplet: E4, 53 and 46. RGB value is (228,83,70). Sum of RGB (Red+Green+Blue) = 228+83+70=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45346 is #1BACB9. Grayscale: #7D7D7D. Windows color (decimal): -1813690 or 4608996. OLE color: 4608996.

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

Color convert

RGB 228 83 70 -
CMYK 0 0.64 0.69 0.11
HSL 4.94º 0.75% 0.58% -
HSV(B) 4.94º 0.69% 0.89% -
XYZ 36.19 23.12 8.35 -
YUV 124.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 228 83 70 0 0.64 0.69 0.11 4.94 0.75 0.58
Hex E4 53 46 0 40 45 B 5 4B 3A
Octal 344 123 106 0 100 105 13 5 113 72
Binary 11100100 1010011 1000110 0 1000000 1000101 1011 101 1001011 111010

Color Harmonies of #E45346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45346

Black with #E45346

Text Example


Text Example

White with #E45346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45346; }

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

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

background-color css

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

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

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

border-color css

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

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

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