Html Css Color HEX #EE697C Froly

📋 copy color: '#EE697C'

red 238 ◦ green 105 ◦ blue 124

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

Shades of Froly #EE697C

Tints of Froly #EE697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 50.96%
G = 22.48%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE697C (or 0xEE697C) is known color: Froly. HEX triplet: EE, 69 and 7C. RGB value is (238,105,124). Sum of RGB (Red+Green+Blue) = 238+105+124=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE697C is #119683. Grayscale: #929292. Windows color (decimal): -1152644 or 8153582. OLE color: 8153582.

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

Color convert

RGB 238 105 124 -
CMYK 0 0.56 0.48 0.07
HSL 351.43º 0.8% 0.67% -
HSV(B) 351.43º 0.56% 0.93% -
XYZ 43.95 29.74 22.49 -
YUV 146.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 238 105 124 0 0.56 0.48 0.07 351.43 0.8 0.67
Hex EE 69 7C 0 38 30 7 15F 50 43
Octal 356 151 174 0 70 60 7 537 120 103
Binary 11101110 1101001 1111100 0 111000 110000 111 101011111 1010000 1000011

Color Harmonies of #EE697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE697C

Black with #EE697C

Text Example


Text Example

White with #EE697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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