Html Css Color HEX #E25448 Valencia

📋 copy color: '#E25448'

red 226 ◦ green 84 ◦ blue 72

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

Shades of Valencia #E25448

Tints of Valencia #E25448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 59.16%
G = 21.99%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E25448 (or 0xE25448) is known color: Valencia. HEX triplet: E2, 54 and 48. RGB value is (226,84,72). Sum of RGB (Red+Green+Blue) = 226+84+72=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E25448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25448 is #1DABB7. Grayscale: #7D7D7D. Windows color (decimal): -1944504 or 4740322. OLE color: 4740322.

HSL color Cylindrical-coordinate representation of color #E25448: hue angle of 4.68º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E25448 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 84 72 -
CMYK 0 0.63 0.68 0.11
HSL 4.68º 0.73% 0.58% -
HSV(B) 4.68º 0.68% 0.89% -
XYZ 35.7 22.98 8.68 -
YUV 125.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 226 84 72 0 0.63 0.68 0.11 4.68 0.73 0.58
Hex E2 54 48 0 3F 44 B 5 49 3A
Octal 342 124 110 0 77 104 13 5 111 72
Binary 11100010 1010100 1001000 0 111111 1000100 1011 101 1001001 111010

Color Harmonies of #E25448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25448

Black with #E25448

Text Example


Text Example

White with #E25448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25448; }

 p { color: rgb(226,84,72); }

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

background-color css

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

 a { background-color: rgb(226,84,72); }

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

border-color css

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

 span { border-color: rgb(226,84,72); }

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