Html Css Color HEX #E44D4A Valencia

📋 copy color: '#E44D4A'

red 228 ◦ green 77 ◦ blue 74

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

Shades of Valencia #E44D4A

Tints of Valencia #E44D4A

RGB

 RED value IS 228 (89.45% from 255) = 60.16%

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 60.16%
G = 20.32%
B = 19.53%

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

#E44D4A (or 0xE44D4A) is known color: Valencia. HEX triplet: E4, 4D and 4A. RGB value is (228,77,74). Sum of RGB (Red+Green+Blue) = 228+77+74=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D4A is #1BB2B5. Grayscale: #797979. Windows color (decimal): -1815222 or 4869604. OLE color: 4869604.

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

Color convert

RGB 228 77 74 -
CMYK 0 0.66 0.68 0.11
HSL 1.17º 0.74% 0.59% -
HSV(B) 1.17º 0.68% 0.89% -
XYZ 35.88 22.3 8.89 -
YUV 121.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 228 77 74 0 0.66 0.68 0.11 1.17 0.74 0.59
Hex E4 4D 4A 0 42 44 B 1 4A 3B
Octal 344 115 112 0 102 104 13 1 112 73
Binary 11100100 1001101 1001010 0 1000010 1000100 1011 1 1001010 111011

Color Harmonies of #E44D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44D4A

Black with #E44D4A

Text Example


Text Example

White with #E44D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44D4A; }

 p { color: rgb(228,77,74); }

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

background-color css

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

 a { background-color: rgb(228,77,74); }

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

border-color css

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

 span { border-color: rgb(228,77,74); }

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