Html Css Color HEX #ED767D Froly

📋 copy color: '#ED767D'

red 237 ◦ green 118 ◦ blue 125

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

Shades of Froly #ED767D

Tints of Froly #ED767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 49.38%
G = 24.58%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED767D (or 0xED767D) is known color: Froly. HEX triplet: ED, 76 and 7D. RGB value is (237,118,125). Sum of RGB (Red+Green+Blue) = 237+118+125=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED767D is #128982. Grayscale: #9A9A9A. Windows color (decimal): -1214851 or 8222445. OLE color: 8222445.

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

Color convert

RGB 237 118 125 -
CMYK 0 0.50 0.47 0.07
HSL 356.47º 0.77% 0.7% -
HSV(B) 356.47º 0.5% 0.93% -
XYZ 45.11 32.44 23.29 -
YUV 154.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 237 118 125 0 0.50 0.47 0.07 356.47 0.77 0.7
Hex ED 76 7D 0 32 2F 7 164 4D 46
Octal 355 166 175 0 62 57 7 544 115 106
Binary 11101101 1110110 1111101 0 110010 101111 111 101100100 1001101 1000110

Color Harmonies of #ED767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED767D

Black with #ED767D

Text Example


Text Example

White with #ED767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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