Html Css Color HEX #EB666D Froly

📋 copy color: '#EB666D'

red 235 ◦ green 102 ◦ blue 109

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

Shades of Froly #EB666D

Tints of Froly #EB666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 52.69%
G = 22.87%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB666D (or 0xEB666D) is known color: Froly. HEX triplet: EB, 66 and 6D. RGB value is (235,102,109). Sum of RGB (Red+Green+Blue) = 235+102+109=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB666D is #149992. Grayscale: #8E8E8E. Windows color (decimal): -1350035 or 7169771. OLE color: 7169771.

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

Color convert

RGB 235 102 109 -
CMYK 0 0.57 0.54 0.08
HSL 356.84º 0.77% 0.66% -
HSV(B) 356.84º 0.57% 0.92% -
XYZ 41.77 28.27 17.72 -
YUV 142.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 235 102 109 0 0.57 0.54 0.08 356.84 0.77 0.66
Hex EB 66 6D 0 39 36 8 165 4D 42
Octal 353 146 155 0 71 66 10 545 115 102
Binary 11101011 1100110 1101101 0 111001 110110 1000 101100101 1001101 1000010

Color Harmonies of #EB666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB666D

Black with #EB666D

Text Example


Text Example

White with #EB666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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