Html Css Color HEX #ED677D Froly

📋 copy color: '#ED677D'

red 237 ◦ green 103 ◦ blue 125

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

Shades of Froly #ED677D

Tints of Froly #ED677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.15%

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

R = 50.97%
G = 22.15%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED677D (or 0xED677D) is known color: Froly. HEX triplet: ED, 67 and 7D. RGB value is (237,103,125). Sum of RGB (Red+Green+Blue) = 237+103+125=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED677D is #129882. Grayscale: #919191. Windows color (decimal): -1218691 or 8218605. OLE color: 8218605.

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

Color convert

RGB 237 103 125 -
CMYK 0 0.57 0.47 0.07
HSL 350.15º 0.79% 0.67% -
HSV(B) 350.15º 0.57% 0.93% -
XYZ 43.48 29.19 22.74 -
YUV 145.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 237 103 125 0 0.57 0.47 0.07 350.15 0.79 0.67
Hex ED 67 7D 0 39 2F 7 15E 4F 43
Octal 355 147 175 0 71 57 7 536 117 103
Binary 11101101 1100111 1111101 0 111001 101111 111 101011110 1001111 1000011

Color Harmonies of #ED677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED677D

Black with #ED677D

Text Example


Text Example

White with #ED677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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