Html Css Color HEX #EB6677 Froly

📋 copy color: '#EB6677'

red 235 ◦ green 102 ◦ blue 119

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

Shades of Froly #EB6677

Tints of Froly #EB6677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 51.54%
G = 22.37%
B = 26.1%

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

#EB6677 (or 0xEB6677) is known color: Froly. HEX triplet: EB, 66 and 77. RGB value is (235,102,119). Sum of RGB (Red+Green+Blue) = 235+102+119=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6677 is #149988. Grayscale: #8F8F8F. Windows color (decimal): -1350025 or 7825131. OLE color: 7825131.

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

Color convert

RGB 235 102 119 -
CMYK 0 0.57 0.49 0.08
HSL 352.33º 0.77% 0.66% -
HSV(B) 352.33º 0.57% 0.92% -
XYZ 42.34 28.5 20.72 -
YUV 143.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 235 102 119 0 0.57 0.49 0.08 352.33 0.77 0.66
Hex EB 66 77 0 39 31 8 160 4D 42
Octal 353 146 167 0 71 61 10 540 115 102
Binary 11101011 1100110 1110111 0 111001 110001 1000 101100000 1001101 1000010

Color Harmonies of #EB6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6677

Black with #EB6677

Text Example


Text Example

White with #EB6677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6677; }

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

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

background-color css

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

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

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

border-color css

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

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

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