Html Css Color HEX #ED6D6E Froly

📋 copy color: '#ED6D6E'

red 237 ◦ green 109 ◦ blue 110

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

Shades of Froly #ED6D6E

Tints of Froly #ED6D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.9%

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

R = 51.97%
G = 23.9%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED6D6E (or 0xED6D6E) is known color: Froly. HEX triplet: ED, 6D and 6E. RGB value is (237,109,110). Sum of RGB (Red+Green+Blue) = 237+109+110=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6D6E is #129291. Grayscale: #939393. Windows color (decimal): -1217170 or 7237101. OLE color: 7237101.

HSL color Cylindrical-coordinate representation of color #ED6D6E: hue angle of 359.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6D6E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 109 110 -
CMYK 0 0.54 0.54 0.07
HSL 359.53º 0.78% 0.68% -
HSV(B) 359.53º 0.54% 0.93% -
XYZ 43.21 30.07 18.28 -
YUV 147.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 237 109 110 0 0.54 0.54 0.07 359.53 0.78 0.68
Hex ED 6D 6E 0 36 36 7 168 4E 44
Octal 355 155 156 0 66 66 7 550 116 104
Binary 11101101 1101101 1101110 0 110110 110110 111 101101000 1001110 1000100

Color Harmonies of #ED6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D6E

Black with #ED6D6E

Text Example


Text Example

White with #ED6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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