#ED6F7B

Color #ED6F7B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #ED6F7B

Tints of Froly #ED6F7B

Color information

#ED6F7B (or 0xED6F7B) is unknown color: approx Froly. HEX triplet: ED, 6F and 7B. RGB value is (237,111,123). Sum of RGB (Red+Green+Blue) = 237+111+123=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F7B is #129084. Grayscale: #969696. Windows color (decimal): -1216645 or 8089581. OLE color: 8089581.

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

Color convert

RGB237111123-
CMYK00.530.480.07
HSL354.29º77.78%68.24%-
HSV(B)354.29º53.16%92.94%-
XYZ44.1830.822.36-
YUV150.04112.74190.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=50.32%
G=23.57%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711112300.530.480.07354.2977.7868.24
HexED6F7B0353071624e44
Octal355157173065607542116104
Binary1110110111011111111011011010111000011110110001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6F7B; }

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

 H1.HeaderClassName
 {
   color: #ED6F7B;
 }
 .AnyTagClassName
 {
   color: #ED6F7B;
 }
</style>
background-color css

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

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

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

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

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

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