Html Css Color HEX #ED696F Froly

📋 copy color: '#ED696F'

red 237 ◦ green 105 ◦ blue 111

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

Shades of Froly #ED696F

Tints of Froly #ED696F

RGB

 RED value IS 237 (92.97% from 255) = 52.32%

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

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

R = 52.32%
G = 23.18%
B = 24.5%

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

#ED696F (or 0xED696F) is known color: Froly. HEX triplet: ED, 69 and 6F. RGB value is (237,105,111). Sum of RGB (Red+Green+Blue) = 237+105+111=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696F is #129690. Grayscale: #919191. Windows color (decimal): -1218193 or 7301613. OLE color: 7301613.

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

Color convert

RGB 237 105 111 -
CMYK 0 0.56 0.53 0.07
HSL 357.27º 0.79% 0.67% -
HSV(B) 357.27º 0.56% 0.93% -
XYZ 42.85 29.26 18.43 -
YUV 145.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 237 105 111 0 0.56 0.53 0.07 357.27 0.79 0.67
Hex ED 69 6F 0 38 35 7 165 4F 43
Octal 355 151 157 0 70 65 7 545 117 103
Binary 11101101 1101001 1101111 0 111000 110101 111 101100101 1001111 1000011

Color Harmonies of #ED696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED696F

Black with #ED696F

Text Example


Text Example

White with #ED696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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