Html Css Color HEX #E25547 Valencia

📋 copy color: '#E25547'

red 226 ◦ green 85 ◦ blue 71

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

Shades of Valencia #E25547

Tints of Valencia #E25547

RGB

 RED value IS 226 (88.67% from 255) = 59.16%

 GREEN value IS 85 (33.59% from 255) = 22.25%

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

R = 59.16%
G = 22.25%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25547 (or 0xE25547) is known color: Valencia. HEX triplet: E2, 55 and 47. RGB value is (226,85,71). Sum of RGB (Red+Green+Blue) = 226+85+71=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E25547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25547 is #1DAAB8. Grayscale: #7D7D7D. Windows color (decimal): -1944249 or 4675042. OLE color: 4675042.

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

Color convert

RGB 226 85 71 -
CMYK 0 0.62 0.69 0.11
HSL 5.42º 0.73% 0.58% -
HSV(B) 5.42º 0.69% 0.89% -
XYZ 35.75 23.12 8.54 -
YUV 125.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 226 85 71 0 0.62 0.69 0.11 5.42 0.73 0.58
Hex E2 55 47 0 3E 45 B 5 49 3A
Octal 342 125 107 0 76 105 13 5 111 72
Binary 11100010 1010101 1000111 0 111110 1000101 1011 101 1001001 111010

Color Harmonies of #E25547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25547

Black with #E25547

Text Example


Text Example

White with #E25547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25547; }

 p { color: rgb(226,85,71); }

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

background-color css

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

 a { background-color: rgb(226,85,71); }

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

border-color css

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

 span { border-color: rgb(226,85,71); }

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