Html Css Color HEX #ED677A Froly

📋 copy color: '#ED677A'

red 237 ◦ green 103 ◦ blue 122

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

Shades of Froly #ED677A

Tints of Froly #ED677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 51.3%
G = 22.29%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED677A (or 0xED677A) is known color: Froly. HEX triplet: ED, 67 and 7A. RGB value is (237,103,122). Sum of RGB (Red+Green+Blue) = 237+103+122=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED677A is #129885. Grayscale: #919191. Windows color (decimal): -1218694 or 8021997. OLE color: 8021997.

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

Color convert

RGB 237 103 122 -
CMYK 0 0.57 0.49 0.07
HSL 351.49º 0.79% 0.67% -
HSV(B) 351.49º 0.57% 0.93% -
XYZ 43.29 29.11 21.75 -
YUV 145.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 237 103 122 0 0.57 0.49 0.07 351.49 0.79 0.67
Hex ED 67 7A 0 39 31 7 15F 4F 43
Octal 355 147 172 0 71 61 7 537 117 103
Binary 11101101 1100111 1111010 0 111001 110001 111 101011111 1001111 1000011

Color Harmonies of #ED677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED677A

Black with #ED677A

Text Example


Text Example

White with #ED677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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