Html Css Color HEX #E44E4C Valencia

📋 copy color: '#E44E4C'

red 228 ◦ green 78 ◦ blue 76

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

Shades of Valencia #E44E4C

Tints of Valencia #E44E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.42%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 59.69%
G = 20.42%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E44E4C (or 0xE44E4C) is known color: Valencia. HEX triplet: E4, 4E and 4C. RGB value is (228,78,76). Sum of RGB (Red+Green+Blue) = 228+78+76=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44E4C is #1BB1B3. Grayscale: #7A7A7A. Windows color (decimal): -1814964 or 5000932. OLE color: 5000932.

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

Color convert

RGB 228 78 76 -
CMYK 0 0.66 0.67 0.11
HSL 0.79º 0.74% 0.6% -
HSV(B) 0.79º 0.67% 0.89% -
XYZ 36.02 22.46 9.27 -
YUV 122.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 228 78 76 0 0.66 0.67 0.11 0.79 0.74 0.6
Hex E4 4E 4C 0 42 43 B 1 4A 3C
Octal 344 116 114 0 102 103 13 1 112 74
Binary 11100100 1001110 1001100 0 1000010 1000011 1011 1 1001010 111100

Color Harmonies of #E44E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44E4C

Black with #E44E4C

Text Example


Text Example

White with #E44E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44E4C; }

 p { color: rgb(228,78,76); }

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

background-color css

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

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

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

border-color css

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

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

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