Html Css Color HEX #EE697D Froly

📋 copy color: '#EE697D'

red 238 ◦ green 105 ◦ blue 125

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

Shades of Froly #EE697D

Tints of Froly #EE697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 50.85%
G = 22.44%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE697D (or 0xEE697D) is known color: Froly. HEX triplet: EE, 69 and 7D. RGB value is (238,105,125). Sum of RGB (Red+Green+Blue) = 238+105+125=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE697D is #119682. Grayscale: #939393. Windows color (decimal): -1152643 or 8219118. OLE color: 8219118.

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

Color convert

RGB 238 105 125 -
CMYK 0 0.56 0.47 0.07
HSL 350.98º 0.8% 0.67% -
HSV(B) 350.98º 0.56% 0.93% -
XYZ 44.01 29.76 22.83 -
YUV 147.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 238 105 125 0 0.56 0.47 0.07 350.98 0.8 0.67
Hex EE 69 7D 0 38 2F 7 15F 50 43
Octal 356 151 175 0 70 57 7 537 120 103
Binary 11101110 1101001 1111101 0 111000 101111 111 101011111 1010000 1000011

Color Harmonies of #EE697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE697D

Black with #EE697D

Text Example


Text Example

White with #EE697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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