Html Css Color HEX #E25048 Valencia

📋 copy color: '#E25048'

red 226 ◦ green 80 ◦ blue 72

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

Shades of Valencia #E25048

Tints of Valencia #E25048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 59.79%
G = 21.16%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E25048 (or 0xE25048) is known color: Valencia. HEX triplet: E2, 50 and 48. RGB value is (226,80,72). Sum of RGB (Red+Green+Blue) = 226+80+72=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E25048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25048 is #1DAFB7. Grayscale: #7A7A7A. Windows color (decimal): -1945528 or 4739298. OLE color: 4739298.

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

Color convert

RGB 226 80 72 -
CMYK 0 0.65 0.68 0.11
HSL 3.12º 0.73% 0.58% -
HSV(B) 3.12º 0.68% 0.89% -
XYZ 35.4 22.37 8.58 -
YUV 122.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 226 80 72 0 0.65 0.68 0.11 3.12 0.73 0.58
Hex E2 50 48 0 41 44 B 3 49 3A
Octal 342 120 110 0 101 104 13 3 111 72
Binary 11100010 1010000 1001000 0 1000001 1000100 1011 11 1001001 111010

Color Harmonies of #E25048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25048

Black with #E25048

Text Example


Text Example

White with #E25048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25048; }

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

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

background-color css

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

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

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

border-color css

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

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

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