Html Css Color HEX #E25045 Valencia

📋 copy color: '#E25045'

red 226 ◦ green 80 ◦ blue 69

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

Shades of Valencia #E25045

Tints of Valencia #E25045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 60.27%
G = 21.33%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25045 (or 0xE25045) is known color: Valencia. HEX triplet: E2, 50 and 45. RGB value is (226,80,69). Sum of RGB (Red+Green+Blue) = 226+80+69=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E25045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25045 is #1DAFBA. Grayscale: #7A7A7A. Windows color (decimal): -1945531 or 4542690. OLE color: 4542690.

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

Color convert

RGB 226 80 69 -
CMYK 0 0.65 0.69 0.11
HSL 4.2º 0.73% 0.58% -
HSV(B) 4.2º 0.69% 0.89% -
XYZ 35.31 22.34 8.08 -
YUV 122.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 226 80 69 0 0.65 0.69 0.11 4.2 0.73 0.58
Hex E2 50 45 0 41 45 B 4 49 3A
Octal 342 120 105 0 101 105 13 4 111 72
Binary 11100010 1010000 1000101 0 1000001 1000101 1011 100 1001001 111010

Color Harmonies of #E25045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25045

Black with #E25045

Text Example


Text Example

White with #E25045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25045; }

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

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

background-color css

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

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

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

border-color css

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

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

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