Html Css Color HEX #ED676D Froly

📋 copy color: '#ED676D'

red 237 ◦ green 103 ◦ blue 109

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

Shades of Froly #ED676D

Tints of Froly #ED676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 52.78%
G = 22.94%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED676D (or 0xED676D) is known color: Froly. HEX triplet: ED, 67 and 6D. RGB value is (237,103,109). Sum of RGB (Red+Green+Blue) = 237+103+109=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED676D is #129892. Grayscale: #8F8F8F. Windows color (decimal): -1218707 or 7170029. OLE color: 7170029.

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

Color convert

RGB 237 103 109 -
CMYK 0 0.57 0.54 0.07
HSL 357.31º 0.79% 0.67% -
HSV(B) 357.31º 0.57% 0.93% -
XYZ 42.54 28.81 17.79 -
YUV 143.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 237 103 109 0 0.57 0.54 0.07 357.31 0.79 0.67
Hex ED 67 6D 0 39 36 7 165 4F 43
Octal 355 147 155 0 71 66 7 545 117 103
Binary 11101101 1100111 1101101 0 111001 110110 111 101100101 1001111 1000011

Color Harmonies of #ED676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED676D

Black with #ED676D

Text Example


Text Example

White with #ED676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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