Html Css Color HEX #EE696F Froly

📋 copy color: '#EE696F'

red 238 ◦ green 105 ◦ blue 111

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

Shades of Froly #EE696F

Tints of Froly #EE696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.13%

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

R = 52.42%
G = 23.13%
B = 24.45%

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

#EE696F (or 0xEE696F) is known color: Froly. HEX triplet: EE, 69 and 6F. RGB value is (238,105,111). Sum of RGB (Red+Green+Blue) = 238+105+111=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE696F is #119690. Grayscale: #919191. Windows color (decimal): -1152657 or 7301614. OLE color: 7301614.

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

Color convert

RGB 238 105 111 -
CMYK 0 0.56 0.53 0.07
HSL 357.29º 0.8% 0.67% -
HSV(B) 357.29º 0.56% 0.93% -
XYZ 43.18 29.43 18.44 -
YUV 145.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 238 105 111 0 0.56 0.53 0.07 357.29 0.8 0.67
Hex EE 69 6F 0 38 35 7 165 50 43
Octal 356 151 157 0 70 65 7 545 120 103
Binary 11101110 1101001 1101111 0 111000 110101 111 101100101 1010000 1000011

Color Harmonies of #EE696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE696F

Black with #EE696F

Text Example


Text Example

White with #EE696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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