#ed767b

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

Shades of Froly #ED767B

Tints of Froly #ED767B

Color information

#ED767B (or 0xED767B) is unknown color: approx Froly. HEX triplet: ED, 76 and 7B. RGB value is (237,118,123). Sum of RGB (Red+Green+Blue) = 237+118+123=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED767B is #128984. Grayscale: #9A9A9A. Windows color (decimal): -1214853 or 8091373. OLE color: 8091373.

HSL color Cylindrical-coordinate representation of color #ED767B: hue angle of 357.48º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED767B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB237118123-
CMYK00.500.480.07
HSL357.48º76.77%69.61%-
HSV(B)357.48º50.21%92.94%-
XYZ44.9832.3922.62-
YUV154.15110.42187.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=49.58%
G=24.69%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711812300.500.480.07357.4876.7769.61
HexED767B0323071654d46
Octal355166173062607545115106
Binary1110110111101101111011011001011000011110110010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed767b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed767b; }

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

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

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

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

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

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

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

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