#ed657b

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

Shades of Froly #ED657B

Tints of Froly #ED657B

Color information

#ED657B (or 0xED657B) is unknown color: approx Froly. HEX triplet: ED, 65 and 7B. RGB value is (237,101,123). Sum of RGB (Red+Green+Blue) = 237+101+123=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED657B is #129A84. Grayscale: #909090. Windows color (decimal): -1219205 or 8087021. OLE color: 8087021.

HSL color Cylindrical-coordinate representation of color #ED657B: hue angle of 350.29º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED657B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB237101123-
CMYK00.570.480.07
HSL350.29º79.07%66.27%-
HSV(B)350.29º57.38%92.94%-
XYZ43.1528.7422.01-
YUV144.17116.06194.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=51.41%
G=21.91%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710112300.570.480.07350.2979.0766.27
HexED657B03930715e4f42
Octal355145173071607536117102
Binary1110110111001011111011011100111000011110101111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed657b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed657b; }

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

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

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

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

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

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

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

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