Html Css Color HEX #E44F48 Valencia

📋 copy color: '#E44F48'

red 228 ◦ green 79 ◦ blue 72

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

Shades of Valencia #E44F48

Tints of Valencia #E44F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 60.16%
G = 20.84%
B = 19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E44F48 (or 0xE44F48) is known color: Valencia. HEX triplet: E4, 4F and 48. RGB value is (228,79,72). Sum of RGB (Red+Green+Blue) = 228+79+72=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44F48 is #1BB0B7. Grayscale: #7A7A7A. Windows color (decimal): -1814712 or 4739044. OLE color: 4739044.

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

Color convert

RGB 228 79 72 -
CMYK 0 0.65 0.68 0.11
HSL 2.69º 0.74% 0.59% -
HSV(B) 2.69º 0.68% 0.89% -
XYZ 35.96 22.55 8.59 -
YUV 122.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 228 79 72 0 0.65 0.68 0.11 2.69 0.74 0.59
Hex E4 4F 48 0 41 44 B 3 4A 3B
Octal 344 117 110 0 101 104 13 3 112 73
Binary 11100100 1001111 1001000 0 1000001 1000100 1011 11 1001010 111011

Color Harmonies of #E44F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F48

Black with #E44F48

Text Example


Text Example

White with #E44F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F48; }

 p { color: rgb(228,79,72); }

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

background-color css

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

 a { background-color: rgb(228,79,72); }

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

border-color css

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

 span { border-color: rgb(228,79,72); }

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