Html Css Color HEX #ED696C Froly

📋 copy color: '#ED696C'

red 237 ◦ green 105 ◦ blue 108

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

Shades of Froly #ED696C

Tints of Froly #ED696C

RGB

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

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

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

R = 52.67%
G = 23.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED696C (or 0xED696C) is known color: Froly. HEX triplet: ED, 69 and 6C. RGB value is (237,105,108). Sum of RGB (Red+Green+Blue) = 237+105+108=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696C is #129693. Grayscale: #909090. Windows color (decimal): -1218196 or 7105005. OLE color: 7105005.

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

Color convert

RGB 237 105 108 -
CMYK 0 0.56 0.54 0.07
HSL 358.64º 0.79% 0.67% -
HSV(B) 358.64º 0.56% 0.93% -
XYZ 42.68 29.19 17.57 -
YUV 144.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 237 105 108 0 0.56 0.54 0.07 358.64 0.79 0.67
Hex ED 69 6C 0 38 36 7 167 4F 43
Octal 355 151 154 0 70 66 7 547 117 103
Binary 11101101 1101001 1101100 0 111000 110110 111 101100111 1001111 1000011

Color Harmonies of #ED696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED696C

Black with #ED696C

Text Example


Text Example

White with #ED696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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