Html Css Color HEX #EE697A Froly

📋 copy color: '#EE697A'

red 238 ◦ green 105 ◦ blue 122

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

Shades of Froly #EE697A

Tints of Froly #EE697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 51.18%
G = 22.58%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE697A (or 0xEE697A) is known color: Froly. HEX triplet: EE, 69 and 7A. RGB value is (238,105,122). Sum of RGB (Red+Green+Blue) = 238+105+122=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE697A is #119685. Grayscale: #929292. Windows color (decimal): -1152646 or 8022510. OLE color: 8022510.

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

Color convert

RGB 238 105 122 -
CMYK 0 0.56 0.49 0.07
HSL 352.33º 0.8% 0.67% -
HSV(B) 352.33º 0.56% 0.93% -
XYZ 43.82 29.69 21.83 -
YUV 146.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 238 105 122 0 0.56 0.49 0.07 352.33 0.8 0.67
Hex EE 69 7A 0 38 31 7 160 50 43
Octal 356 151 172 0 70 61 7 540 120 103
Binary 11101110 1101001 1111010 0 111000 110001 111 101100000 1010000 1000011

Color Harmonies of #EE697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE697A

Black with #EE697A

Text Example


Text Example

White with #EE697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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