Html Css Color HEX #E84E4C Valencia

📋 copy color: '#E84E4C'

red 232 ◦ green 78 ◦ blue 76

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

Shades of Valencia #E84E4C

Tints of Valencia #E84E4C

RGB

 RED value IS 232 (91.02% from 255) = 60.1%

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

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

R = 60.1%
G = 20.21%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E84E4C (or 0xE84E4C) is known color: Valencia. HEX triplet: E8, 4E and 4C. RGB value is (232,78,76). Sum of RGB (Red+Green+Blue) = 232+78+76=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E84E4C is #17B1B3. Grayscale: #7B7B7B. Windows color (decimal): -1552820 or 5000936. OLE color: 5000936.

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

Color convert

RGB 232 78 76 -
CMYK 0 0.66 0.67 0.09
HSL 0.77º 0.77% 0.6% -
HSV(B) 0.77º 0.67% 0.91% -
XYZ 37.31 23.13 9.33 -
YUV 123.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 232 78 76 0 0.66 0.67 0.09 0.77 0.77 0.6
Hex E8 4E 4C 0 42 43 9 1 4D 3C
Octal 350 116 114 0 102 103 11 1 115 74
Binary 11101000 1001110 1001100 0 1000010 1000011 1001 1 1001101 111100

Color Harmonies of #E84E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84E4C

Black with #E84E4C

Text Example


Text Example

White with #E84E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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