Html Css Color HEX #E44A4A Valencia

📋 copy color: '#E44A4A'

red 228 ◦ green 74 ◦ blue 74

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

Shades of Valencia #E44A4A

Tints of Valencia #E44A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

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

R = 60.64%
G = 19.68%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E44A4A (or 0xE44A4A) is known color: Valencia. HEX triplet: E4, 4A and 4A. RGB value is (228,74,74). Sum of RGB (Red+Green+Blue) = 228+74+74=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A4A is #1BB5B5. Grayscale: #787878. Windows color (decimal): -1815990 or 4868836. OLE color: 4868836.

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

Color convert

RGB 228 74 74 -
CMYK 0 0.68 0.68 0.11
HSL 0.74% 0.59% -
HSV(B) 0.68% 0.89% -
XYZ 35.68 21.89 8.82 -
YUV 120.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 228 74 74 0 0.68 0.68 0.11 0 0.74 0.59
Hex E4 4A 4A 0 44 44 B 0 4A 3B
Octal 344 112 112 0 104 104 13 0 112 73
Binary 11100100 1001010 1001010 0 1000100 1000100 1011 0 1001010 111011

Color Harmonies of #E44A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A4A

Black with #E44A4A

Text Example


Text Example

White with #E44A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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