Html Css Color HEX #E24C48 Valencia

📋 copy color: '#E24C48'

red 226 ◦ green 76 ◦ blue 72

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

Shades of Valencia #E24C48

Tints of Valencia #E24C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 60.43%
G = 20.32%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E24C48 (or 0xE24C48) is known color: Valencia. HEX triplet: E2, 4C and 48. RGB value is (226,76,72). Sum of RGB (Red+Green+Blue) = 226+76+72=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C48 is #1DB3B7. Grayscale: #787878. Windows color (decimal): -1946552 or 4738274. OLE color: 4738274.

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

Color convert

RGB 226 76 72 -
CMYK 0 0.66 0.68 0.11
HSL 1.56º 0.73% 0.58% -
HSV(B) 1.56º 0.68% 0.89% -
XYZ 35.12 21.81 8.49 -
YUV 120.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 226 76 72 0 0.66 0.68 0.11 1.56 0.73 0.58
Hex E2 4C 48 0 42 44 B 2 49 3A
Octal 342 114 110 0 102 104 13 2 111 72
Binary 11100010 1001100 1001000 0 1000010 1000100 1011 10 1001001 111010

Color Harmonies of #E24C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24C48

Black with #E24C48

Text Example


Text Example

White with #E24C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24C48; }

 p { color: rgb(226,76,72); }

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

background-color css

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

 a { background-color: rgb(226,76,72); }

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

border-color css

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

 span { border-color: rgb(226,76,72); }

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