Html Css Color HEX #E24E46 Valencia

📋 copy color: '#E24E46'

red 226 ◦ green 78 ◦ blue 70

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

Shades of Valencia #E24E46

Tints of Valencia #E24E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 60.43%
G = 20.86%
B = 18.72%

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

#E24E46 (or 0xE24E46) is known color: Valencia. HEX triplet: E2, 4E and 46. RGB value is (226,78,70). Sum of RGB (Red+Green+Blue) = 226+78+70=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24E46 is #1DB1B9. Grayscale: #797979. Windows color (decimal): -1946042 or 4607714. OLE color: 4607714.

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

Color convert

RGB 226 78 70 -
CMYK 0 0.65 0.69 0.11
HSL 3.08º 0.73% 0.58% -
HSV(B) 3.08º 0.69% 0.89% -
XYZ 35.19 22.06 8.2 -
YUV 121.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 226 78 70 0 0.65 0.69 0.11 3.08 0.73 0.58
Hex E2 4E 46 0 41 45 B 3 49 3A
Octal 342 116 106 0 101 105 13 3 111 72
Binary 11100010 1001110 1000110 0 1000001 1000101 1011 11 1001001 111010

Color Harmonies of #E24E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E46

Black with #E24E46

Text Example


Text Example

White with #E24E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E46; }

 p { color: rgb(226,78,70); }

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

background-color css

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

 a { background-color: rgb(226,78,70); }

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

border-color css

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

 span { border-color: rgb(226,78,70); }

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