Html Css Color HEX #ED677B Froly

📋 copy color: '#ED677B'

red 237 ◦ green 103 ◦ blue 123

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

Shades of Froly #ED677B

Tints of Froly #ED677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 51.19%
G = 22.25%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED677B (or 0xED677B) is known color: Froly. HEX triplet: ED, 67 and 7B. RGB value is (237,103,123). Sum of RGB (Red+Green+Blue) = 237+103+123=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED677B is #129884. Grayscale: #919191. Windows color (decimal): -1218693 or 8087533. OLE color: 8087533.

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

Color convert

RGB 237 103 123 -
CMYK 0 0.57 0.48 0.07
HSL 351.04º 0.79% 0.67% -
HSV(B) 351.04º 0.57% 0.93% -
XYZ 43.35 29.14 22.08 -
YUV 145.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 237 103 123 0 0.57 0.48 0.07 351.04 0.79 0.67
Hex ED 67 7B 0 39 30 7 15F 4F 43
Octal 355 147 173 0 71 60 7 537 117 103
Binary 11101101 1100111 1111011 0 111001 110000 111 101011111 1001111 1000011

Color Harmonies of #ED677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED677B

Black with #ED677B

Text Example


Text Example

White with #ED677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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