Html Css Color HEX #EE696C Froly

📋 copy color: '#EE696C'

red 238 ◦ green 105 ◦ blue 108

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

Shades of Froly #EE696C

Tints of Froly #EE696C

RGB

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

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

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

R = 52.77%
G = 23.28%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE696C (or 0xEE696C) is known color: Froly. HEX triplet: EE, 69 and 6C. RGB value is (238,105,108). Sum of RGB (Red+Green+Blue) = 238+105+108=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE696C is #119693. Grayscale: #919191. Windows color (decimal): -1152660 or 7105006. OLE color: 7105006.

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

Color convert

RGB 238 105 108 -
CMYK 0 0.56 0.55 0.07
HSL 358.65º 0.8% 0.67% -
HSV(B) 358.65º 0.56% 0.93% -
XYZ 43.02 29.36 17.59 -
YUV 145.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 238 105 108 0 0.56 0.55 0.07 358.65 0.8 0.67
Hex EE 69 6C 0 38 37 7 167 50 43
Octal 356 151 154 0 70 67 7 547 120 103
Binary 11101110 1101001 1101100 0 111000 110111 111 101100111 1010000 1000011

Color Harmonies of #EE696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE696C

Black with #EE696C

Text Example


Text Example

White with #EE696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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