Html Css Color HEX #E44B49 Valencia

📋 copy color: '#E44B49'

red 228 ◦ green 75 ◦ blue 73

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

Shades of Valencia #E44B49

Tints of Valencia #E44B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 60.64%
G = 19.95%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E44B49 (or 0xE44B49) is known color: Valencia. HEX triplet: E4, 4B and 49. RGB value is (228,75,73). Sum of RGB (Red+Green+Blue) = 228+75+73=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44B49 is #1BB4B6. Grayscale: #787878. Windows color (decimal): -1815735 or 4803556. OLE color: 4803556.

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

Color convert

RGB 228 75 73 -
CMYK 0 0.67 0.68 0.11
HSL 0.77º 0.74% 0.59% -
HSV(B) 0.77º 0.68% 0.89% -
XYZ 35.71 22.01 8.67 -
YUV 120.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 228 75 73 0 0.67 0.68 0.11 0.77 0.74 0.59
Hex E4 4B 49 0 43 44 B 1 4A 3B
Octal 344 113 111 0 103 104 13 1 112 73
Binary 11100100 1001011 1001001 0 1000011 1000100 1011 1 1001010 111011

Color Harmonies of #E44B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44B49

Black with #E44B49

Text Example


Text Example

White with #E44B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44B49; }

 p { color: rgb(228,75,73); }

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

background-color css

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

 a { background-color: rgb(228,75,73); }

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

border-color css

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

 span { border-color: rgb(228,75,73); }

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