Html Css Color HEX #ED696B Froly

📋 copy color: '#ED696B'

red 237 ◦ green 105 ◦ blue 107

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

Shades of Froly #ED696B

Tints of Froly #ED696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.83%

R = 52.78%
G = 23.39%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED696B (or 0xED696B) is known color: Froly. HEX triplet: ED, 69 and 6B. RGB value is (237,105,107). Sum of RGB (Red+Green+Blue) = 237+105+107=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696B is #129694. Grayscale: #909090. Windows color (decimal): -1218197 or 7039469. OLE color: 7039469.

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

Color convert

RGB 237 105 107 -
CMYK 0 0.56 0.55 0.07
HSL 359.09º 0.79% 0.67% -
HSV(B) 359.09º 0.56% 0.93% -
XYZ 42.63 29.17 17.29 -
YUV 144.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 237 105 107 0 0.56 0.55 0.07 359.09 0.79 0.67
Hex ED 69 6B 0 38 37 7 167 4F 43
Octal 355 151 153 0 70 67 7 547 117 103
Binary 11101101 1101001 1101011 0 111000 110111 111 101100111 1001111 1000011

Color Harmonies of #ED696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED696B

Black with #ED696B

Text Example


Text Example

White with #ED696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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