Html Css Color HEX #EB6166 Froly

📋 copy color: '#EB6166'

red 235 ◦ green 97 ◦ blue 102

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

Shades of Froly #EB6166

Tints of Froly #EB6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 54.15%
G = 22.35%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6166 (or 0xEB6166) is known color: Froly. HEX triplet: EB, 61 and 66. RGB value is (235,97,102). Sum of RGB (Red+Green+Blue) = 235+97+102=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6166 is #149E99. Grayscale: #8A8A8A. Windows color (decimal): -1351322 or 6709739. OLE color: 6709739.

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

Color convert

RGB 235 97 102 -
CMYK 0 0.59 0.57 0.08
HSL 357.83º 0.78% 0.65% -
HSV(B) 357.83º 0.59% 0.92% -
XYZ 40.93 27.17 15.66 -
YUV 138.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 235 97 102 0 0.59 0.57 0.08 357.83 0.78 0.65
Hex EB 61 66 0 3B 39 8 166 4E 41
Octal 353 141 146 0 73 71 10 546 116 101
Binary 11101011 1100001 1100110 0 111011 111001 1000 101100110 1001110 1000001

Color Harmonies of #EB6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6166

Black with #EB6166

Text Example


Text Example

White with #EB6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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