Html Css Color HEX #EB677B Froly

📋 copy color: '#EB677B'

red 235 ◦ green 103 ◦ blue 123

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

Shades of Froly #EB677B

Tints of Froly #EB677B

RGB

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

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

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

R = 50.98%
G = 22.34%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB677B (or 0xEB677B) is known color: Froly. HEX triplet: EB, 67 and 7B. RGB value is (235,103,123). Sum of RGB (Red+Green+Blue) = 235+103+123=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB677B is #149884. Grayscale: #909090. Windows color (decimal): -1349765 or 8087531. OLE color: 8087531.

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

Color convert

RGB 235 103 123 -
CMYK 0 0.56 0.48 0.08
HSL 350.91º 0.77% 0.66% -
HSV(B) 350.91º 0.56% 0.92% -
XYZ 42.69 28.79 22.05 -
YUV 144.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 235 103 123 0 0.56 0.48 0.08 350.91 0.77 0.66
Hex EB 67 7B 0 38 30 8 15F 4D 42
Octal 353 147 173 0 70 60 10 537 115 102
Binary 11101011 1100111 1111011 0 111000 110000 1000 101011111 1001101 1000010

Color Harmonies of #EB677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB677B

Black with #EB677B

Text Example


Text Example

White with #EB677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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