Html Css Color HEX #E24E4B Valencia

📋 copy color: '#E24E4B'

red 226 ◦ green 78 ◦ blue 75

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

Shades of Valencia #E24E4B

Tints of Valencia #E24E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 59.63%
G = 20.58%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E24E4B (or 0xE24E4B) is known color: Valencia. HEX triplet: E2, 4E and 4B. RGB value is (226,78,75). Sum of RGB (Red+Green+Blue) = 226+78+75=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24E4B is #1DB1B4. Grayscale: #7A7A7A. Windows color (decimal): -1946037 or 4935394. OLE color: 4935394.

HSL color Cylindrical-coordinate representation of color #E24E4B: hue angle of 1.19º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24E4B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 78 75 -
CMYK 0 0.65 0.67 0.11
HSL 1.19º 0.72% 0.59% -
HSV(B) 1.19º 0.67% 0.89% -
XYZ 35.36 22.13 9.06 -
YUV 121.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 226 78 75 0 0.65 0.67 0.11 1.19 0.72 0.59
Hex E2 4E 4B 0 41 43 B 1 48 3B
Octal 342 116 113 0 101 103 13 1 110 73
Binary 11100010 1001110 1001011 0 1000001 1000011 1011 1 1001000 111011

Color Harmonies of #E24E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E4B

Black with #E24E4B

Text Example


Text Example

White with #E24E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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