Html Css Color HEX #E25144 Valencia

📋 copy color: '#E25144'

red 226 ◦ green 81 ◦ blue 68

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

Shades of Valencia #E25144

Tints of Valencia #E25144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 60.27%
G = 21.6%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E25144 (or 0xE25144) is known color: Valencia. HEX triplet: E2, 51 and 44. RGB value is (226,81,68). Sum of RGB (Red+Green+Blue) = 226+81+68=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E25144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25144 is #1DAEBB. Grayscale: #7B7B7B. Windows color (decimal): -1945276 or 4477410. OLE color: 4477410.

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

Color convert

RGB 226 81 68 -
CMYK 0 0.64 0.70 0.11
HSL 4.94º 0.73% 0.58% -
HSV(B) 4.94º 0.7% 0.89% -
XYZ 35.35 22.47 7.94 -
YUV 122.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 226 81 68 0 0.64 0.70 0.11 4.94 0.73 0.58
Hex E2 51 44 0 40 46 B 5 49 3A
Octal 342 121 104 0 100 106 13 5 111 72
Binary 11100010 1010001 1000100 0 1000000 1000110 1011 101 1001001 111010

Color Harmonies of #E25144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25144

Black with #E25144

Text Example


Text Example

White with #E25144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25144; }

 p { color: rgb(226,81,68); }

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

background-color css

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

 a { background-color: rgb(226,81,68); }

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

border-color css

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

 span { border-color: rgb(226,81,68); }

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