Html Css Color HEX #EE686F Froly

📋 copy color: '#EE686F'

red 238 ◦ green 104 ◦ blue 111

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

Shades of Froly #EE686F

Tints of Froly #EE686F

RGB

 RED value IS 238 (93.36% from 255) = 52.54%

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 52.54%
G = 22.96%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE686F (or 0xEE686F) is known color: Froly. HEX triplet: EE, 68 and 6F. RGB value is (238,104,111). Sum of RGB (Red+Green+Blue) = 238+104+111=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE686F is #119790. Grayscale: #909090. Windows color (decimal): -1152913 or 7301358. OLE color: 7301358.

HSL color Cylindrical-coordinate representation of color #EE686F: hue angle of 356.87º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE686F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 104 111 -
CMYK 0 0.56 0.53 0.07
HSL 356.87º 0.8% 0.67% -
HSV(B) 356.87º 0.56% 0.93% -
XYZ 43.08 29.23 18.41 -
YUV 144.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 238 104 111 0 0.56 0.53 0.07 356.87 0.8 0.67
Hex EE 68 6F 0 38 35 7 165 50 43
Octal 356 150 157 0 70 65 7 545 120 103
Binary 11101110 1101000 1101111 0 111000 110101 111 101100101 1010000 1000011

Color Harmonies of #EE686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE686F

Black with #EE686F

Text Example


Text Example

White with #EE686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE686F; }

 p { color: rgb(238,104,111); }

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

background-color css

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

 a { background-color: rgb(238,104,111); }

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

border-color css

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

 span { border-color: rgb(238,104,111); }

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