Html Css Color HEX #ED767F Froly

📋 copy color: '#ED767F'

red 237 ◦ green 118 ◦ blue 127

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

Shades of Froly #ED767F

Tints of Froly #ED767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 127 (50% from 255) = 26.35%

R = 49.17%
G = 24.48%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED767F (or 0xED767F) is known color: Froly. HEX triplet: ED, 76 and 7F. RGB value is (237,118,127). Sum of RGB (Red+Green+Blue) = 237+118+127=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED767F is #128980. Grayscale: #9A9A9A. Windows color (decimal): -1214849 or 8353517. OLE color: 8353517.

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

Color convert

RGB 237 118 127 -
CMYK 0 0.50 0.46 0.07
HSL 355.46º 0.77% 0.7% -
HSV(B) 355.46º 0.5% 0.93% -
XYZ 45.23 32.49 23.97 -
YUV 154.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 237 118 127 0 0.50 0.46 0.07 355.46 0.77 0.7
Hex ED 76 7F 0 32 2E 7 163 4D 46
Octal 355 166 177 0 62 56 7 543 115 106
Binary 11101101 1110110 1111111 0 110010 101110 111 101100011 1001101 1000110

Color Harmonies of #ED767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED767F

Black with #ED767F

Text Example


Text Example

White with #ED767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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