Html Css Color HEX #ED696E Froly

📋 copy color: '#ED696E'

red 237 ◦ green 105 ◦ blue 110

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

Shades of Froly #ED696E

Tints of Froly #ED696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.34%

R = 52.43%
G = 23.23%
B = 24.34%

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

#ED696E (or 0xED696E) is known color: Froly. HEX triplet: ED, 69 and 6E. RGB value is (237,105,110). Sum of RGB (Red+Green+Blue) = 237+105+110=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696E is #129691. Grayscale: #919191. Windows color (decimal): -1218194 or 7236077. OLE color: 7236077.

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

Color convert

RGB 237 105 110 -
CMYK 0 0.56 0.54 0.07
HSL 357.73º 0.79% 0.67% -
HSV(B) 357.73º 0.56% 0.93% -
XYZ 42.79 29.23 18.14 -
YUV 145.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 237 105 110 0 0.56 0.54 0.07 357.73 0.79 0.67
Hex ED 69 6E 0 38 36 7 166 4F 43
Octal 355 151 156 0 70 66 7 546 117 103
Binary 11101101 1101001 1101110 0 111000 110110 111 101100110 1001111 1000011

Color Harmonies of #ED696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED696E

Black with #ED696E

Text Example


Text Example

White with #ED696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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