Html Css Color HEX #EB677C Froly

📋 copy color: '#EB677C'

red 235 ◦ green 103 ◦ blue 124

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

Shades of Froly #EB677C

Tints of Froly #EB677C

RGB

 RED value IS 235 (92.19% from 255) = 50.87%

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

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 50.87%
G = 22.29%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB677C (or 0xEB677C) is known color: Froly. HEX triplet: EB, 67 and 7C. RGB value is (235,103,124). Sum of RGB (Red+Green+Blue) = 235+103+124=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB677C is #149883. Grayscale: #909090. Windows color (decimal): -1349764 or 8153067. OLE color: 8153067.

HSL color Cylindrical-coordinate representation of color #EB677C: hue angle of 350.45º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB677C is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 103 124 -
CMYK 0 0.56 0.47 0.08
HSL 350.45º 0.77% 0.66% -
HSV(B) 350.45º 0.56% 0.92% -
XYZ 42.75 28.82 22.38 -
YUV 144.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 235 103 124 0 0.56 0.47 0.08 350.45 0.77 0.66
Hex EB 67 7C 0 38 2F 8 15E 4D 42
Octal 353 147 174 0 70 57 10 536 115 102
Binary 11101011 1100111 1111100 0 111000 101111 1000 101011110 1001101 1000010

Color Harmonies of #EB677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB677C

Black with #EB677C

Text Example


Text Example

White with #EB677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB677C; }

 p { color: rgb(235,103,124); }

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

background-color css

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

 a { background-color: rgb(235,103,124); }

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

border-color css

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

 span { border-color: rgb(235,103,124); }

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