Html Css Color HEX #E25047 Valencia

📋 copy color: '#E25047'

red 226 ◦ green 80 ◦ blue 71

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

Shades of Valencia #E25047

Tints of Valencia #E25047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 59.95%
G = 21.22%
B = 18.83%

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

#E25047 (or 0xE25047) is known color: Valencia. HEX triplet: E2, 50 and 47. RGB value is (226,80,71). Sum of RGB (Red+Green+Blue) = 226+80+71=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E25047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25047 is #1DAFB8. Grayscale: #7A7A7A. Windows color (decimal): -1945529 or 4673762. OLE color: 4673762.

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

Color convert

RGB 226 80 71 -
CMYK 0 0.65 0.69 0.11
HSL 3.48º 0.73% 0.58% -
HSV(B) 3.48º 0.69% 0.89% -
XYZ 35.37 22.36 8.41 -
YUV 122.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 226 80 71 0 0.65 0.69 0.11 3.48 0.73 0.58
Hex E2 50 47 0 41 45 B 3 49 3A
Octal 342 120 107 0 101 105 13 3 111 72
Binary 11100010 1010000 1000111 0 1000001 1000101 1011 11 1001001 111010

Color Harmonies of #E25047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25047

Black with #E25047

Text Example


Text Example

White with #E25047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25047; }

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

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

background-color css

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

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

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

border-color css

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

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

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