Html Css Color HEX #E45246 Valencia

📋 copy color: '#E45246'

red 228 ◦ green 82 ◦ blue 70

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

Shades of Valencia #E45246

Tints of Valencia #E45246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

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

R = 60%
G = 21.58%
B = 18.42%

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

#E45246 (or 0xE45246) is known color: Valencia. HEX triplet: E4, 52 and 46. RGB value is (228,82,70). Sum of RGB (Red+Green+Blue) = 228+82+70=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E45246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45246 is #1BADB9. Grayscale: #7C7C7C. Windows color (decimal): -1813946 or 4608740. OLE color: 4608740.

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

Color convert

RGB 228 82 70 -
CMYK 0 0.64 0.69 0.11
HSL 4.56º 0.75% 0.58% -
HSV(B) 4.56º 0.69% 0.89% -
XYZ 36.12 22.97 8.32 -
YUV 124.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 228 82 70 0 0.64 0.69 0.11 4.56 0.75 0.58
Hex E4 52 46 0 40 45 B 5 4B 3A
Octal 344 122 106 0 100 105 13 5 113 72
Binary 11100100 1010010 1000110 0 1000000 1000101 1011 101 1001011 111010

Color Harmonies of #E45246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45246

Black with #E45246

Text Example


Text Example

White with #E45246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45246; }

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

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

background-color css

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

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

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

border-color css

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

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

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