Html Css Color HEX #EB6679 Froly

📋 copy color: '#EB6679'

red 235 ◦ green 102 ◦ blue 121

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

Shades of Froly #EB6679

Tints of Froly #EB6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.27%

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 51.31%
G = 22.27%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB6679 (or 0xEB6679) is known color: Froly. HEX triplet: EB, 66 and 79. RGB value is (235,102,121). Sum of RGB (Red+Green+Blue) = 235+102+121=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6679 is #149986. Grayscale: #8F8F8F. Windows color (decimal): -1350023 or 7956203. OLE color: 7956203.

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

Color convert

RGB 235 102 121 -
CMYK 0 0.57 0.49 0.08
HSL 351.43º 0.77% 0.66% -
HSV(B) 351.43º 0.57% 0.92% -
XYZ 42.46 28.55 21.36 -
YUV 143.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 235 102 121 0 0.57 0.49 0.08 351.43 0.77 0.66
Hex EB 66 79 0 39 31 8 15F 4D 42
Octal 353 146 171 0 71 61 10 537 115 102
Binary 11101011 1100110 1111001 0 111001 110001 1000 101011111 1001101 1000010

Color Harmonies of #EB6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6679

Black with #EB6679

Text Example


Text Example

White with #EB6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6679; }

 p { color: rgb(235,102,121); }

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

background-color css

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

 a { background-color: rgb(235,102,121); }

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

border-color css

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

 span { border-color: rgb(235,102,121); }

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