Html Css Color HEX #E25543 Valencia

📋 copy color: '#E25543'

red 226 ◦ green 85 ◦ blue 67

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

Shades of Valencia #E25543

Tints of Valencia #E25543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.72%

R = 59.79%
G = 22.49%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E25543 (or 0xE25543) is known color: Valencia. HEX triplet: E2, 55 and 43. RGB value is (226,85,67). Sum of RGB (Red+Green+Blue) = 226+85+67=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E25543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25543 is #1DAABC. Grayscale: #7D7D7D. Windows color (decimal): -1944253 or 4412898. OLE color: 4412898.

HSL color Cylindrical-coordinate representation of color #E25543: hue angle of 6.79º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E25543 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 67 -
CMYK 0 0.62 0.70 0.11
HSL 6.79º 0.73% 0.57% -
HSV(B) 6.79º 0.7% 0.89% -
XYZ 35.63 23.07 7.89 -
YUV 125.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 226 85 67 0 0.62 0.70 0.11 6.79 0.73 0.57
Hex E2 55 43 0 3E 46 B 7 49 39
Octal 342 125 103 0 76 106 13 7 111 71
Binary 11100010 1010101 1000011 0 111110 1000110 1011 111 1001001 111001

Color Harmonies of #E25543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25543

Black with #E25543

Text Example


Text Example

White with #E25543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25543; }

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

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

background-color css

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

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

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

border-color css

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

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

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