Html Css Color HEX #E45247 Valencia

📋 copy color: '#E45247'

red 228 ◦ green 82 ◦ blue 71

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

Shades of Valencia #E45247

Tints of Valencia #E45247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 59.84%
G = 21.52%
B = 18.64%

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

#E45247 (or 0xE45247) is known color: Valencia. HEX triplet: E4, 52 and 47. RGB value is (228,82,71). Sum of RGB (Red+Green+Blue) = 228+82+71=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45247 is #1BADB8. Grayscale: #7C7C7C. Windows color (decimal): -1813945 or 4674276. OLE color: 4674276.

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

Color convert

RGB 228 82 71 -
CMYK 0 0.64 0.69 0.11
HSL 4.2º 0.74% 0.59% -
HSV(B) 4.2º 0.69% 0.89% -
XYZ 36.15 22.98 8.49 -
YUV 124.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 228 82 71 0 0.64 0.69 0.11 4.2 0.74 0.59
Hex E4 52 47 0 40 45 B 4 4A 3B
Octal 344 122 107 0 100 105 13 4 112 73
Binary 11100100 1010010 1000111 0 1000000 1000101 1011 100 1001010 111011

Color Harmonies of #E45247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45247

Black with #E45247

Text Example


Text Example

White with #E45247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45247; }

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

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

background-color css

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

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

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

border-color css

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

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

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