Html Css Color HEX #E25546 Valencia

📋 copy color: '#E25546'

red 226 ◦ green 85 ◦ blue 70

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

Shades of Valencia #E25546

Tints of Valencia #E25546

RGB

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

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

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

R = 59.32%
G = 22.31%
B = 18.37%

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

#E25546 (or 0xE25546) is known color: Valencia. HEX triplet: E2, 55 and 46. RGB value is (226,85,70). Sum of RGB (Red+Green+Blue) = 226+85+70=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E25546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25546 is #1DAAB9. Grayscale: #7D7D7D. Windows color (decimal): -1944250 or 4609506. OLE color: 4609506.

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

Color convert

RGB 226 85 70 -
CMYK 0 0.62 0.69 0.11
HSL 5.77º 0.73% 0.58% -
HSV(B) 5.77º 0.69% 0.89% -
XYZ 35.72 23.11 8.37 -
YUV 125.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 226 85 70 0 0.62 0.69 0.11 5.77 0.73 0.58
Hex E2 55 46 0 3E 45 B 6 49 3A
Octal 342 125 106 0 76 105 13 6 111 72
Binary 11100010 1010101 1000110 0 111110 1000101 1011 110 1001001 111010

Color Harmonies of #E25546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25546

Black with #E25546

Text Example


Text Example

White with #E25546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25546; }

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

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

background-color css

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

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

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

border-color css

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

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

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