Html Css Color HEX #ED6F76 Froly

📋 copy color: '#ED6F76'

red 237 ◦ green 111 ◦ blue 118

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

Shades of Froly #ED6F76

Tints of Froly #ED6F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

 BLUE value IS 118 (46.48% from 255) = 25.32%

R = 50.86%
G = 23.82%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED6F76 (or 0xED6F76) is known color: Froly. HEX triplet: ED, 6F and 76. RGB value is (237,111,118). Sum of RGB (Red+Green+Blue) = 237+111+118=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F76 is #129089. Grayscale: #959595. Windows color (decimal): -1216650 or 7761901. OLE color: 7761901.

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

Color convert

RGB 237 111 118 -
CMYK 0 0.53 0.50 0.07
HSL 356.67º 0.78% 0.68% -
HSV(B) 356.67º 0.53% 0.93% -
XYZ 43.88 30.68 20.75 -
YUV 149.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 237 111 118 0 0.53 0.50 0.07 356.67 0.78 0.68
Hex ED 6F 76 0 35 32 7 165 4E 44
Octal 355 157 166 0 65 62 7 545 116 104
Binary 11101101 1101111 1110110 0 110101 110010 111 101100101 1001110 1000100

Color Harmonies of #ED6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F76

Black with #ED6F76

Text Example


Text Example

White with #ED6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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