Html Css Color HEX #E4686C Froly

📋 copy color: '#E4686C'

red 228 ◦ green 104 ◦ blue 108

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

Shades of Froly #E4686C

Tints of Froly #E4686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 108 (42.58% from 255) = 24.55%

R = 51.82%
G = 23.64%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E4686C (or 0xE4686C) is known color: Froly. HEX triplet: E4, 68 and 6C. RGB value is (228,104,108). Sum of RGB (Red+Green+Blue) = 228+104+108=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E4686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4686C is #1B9793. Grayscale: #8D8D8D. Windows color (decimal): -1808276 or 7104740. OLE color: 7104740.

HSL color Cylindrical-coordinate representation of color #E4686C: hue angle of 358.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4686C is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 104 108 -
CMYK 0 0.54 0.53 0.11
HSL 358.06º 0.7% 0.65% -
HSV(B) 358.06º 0.54% 0.89% -
XYZ 39.65 27.48 17.4 -
YUV 141.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 228 104 108 0 0.54 0.53 0.11 358.06 0.7 0.65
Hex E4 68 6C 0 36 35 B 166 46 41
Octal 344 150 154 0 66 65 13 546 106 101
Binary 11100100 1101000 1101100 0 110110 110101 1011 101100110 1000110 1000001

Color Harmonies of #E4686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4686C

Black with #E4686C

Text Example


Text Example

White with #E4686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4686C; }

 p { color: rgb(228,104,108); }

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

background-color css

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

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

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

border-color css

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

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

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