Html Css Color HEX #E45147 Valencia

📋 copy color: '#E45147'

red 228 ◦ green 81 ◦ blue 71

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

Shades of Valencia #E45147

Tints of Valencia #E45147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

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

R = 60%
G = 21.32%
B = 18.68%

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

#E45147 (or 0xE45147) is known color: Valencia. HEX triplet: E4, 51 and 47. RGB value is (228,81,71). Sum of RGB (Red+Green+Blue) = 228+81+71=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E45147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45147 is #1BAEB8. Grayscale: #7C7C7C. Windows color (decimal): -1814201 or 4674020. OLE color: 4674020.

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

Color convert

RGB 228 81 71 -
CMYK 0 0.64 0.69 0.11
HSL 3.82º 0.74% 0.59% -
HSV(B) 3.82º 0.69% 0.89% -
XYZ 36.07 22.83 8.47 -
YUV 123.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 228 81 71 0 0.64 0.69 0.11 3.82 0.74 0.59
Hex E4 51 47 0 40 45 B 4 4A 3B
Octal 344 121 107 0 100 105 13 4 112 73
Binary 11100100 1010001 1000111 0 1000000 1000101 1011 100 1001010 111011

Color Harmonies of #E45147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45147

Black with #E45147

Text Example


Text Example

White with #E45147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45147; }

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

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

background-color css

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

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

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

border-color css

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

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

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