Html Css Color HEX #EB666B Froly

📋 copy color: '#EB666B'

red 235 ◦ green 102 ◦ blue 107

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

Shades of Froly #EB666B

Tints of Froly #EB666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 52.93%
G = 22.97%
B = 24.1%

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

#EB666B (or 0xEB666B) is known color: Froly. HEX triplet: EB, 66 and 6B. RGB value is (235,102,107). Sum of RGB (Red+Green+Blue) = 235+102+107=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB666B is #149994. Grayscale: #8E8E8E. Windows color (decimal): -1350037 or 7038699. OLE color: 7038699.

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

Color convert

RGB 235 102 107 -
CMYK 0 0.57 0.54 0.08
HSL 357.74º 0.77% 0.66% -
HSV(B) 357.74º 0.57% 0.92% -
XYZ 41.67 28.23 17.16 -
YUV 142.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 235 102 107 0 0.57 0.54 0.08 357.74 0.77 0.66
Hex EB 66 6B 0 39 36 8 166 4D 42
Octal 353 146 153 0 71 66 10 546 115 102
Binary 11101011 1100110 1101011 0 111001 110110 1000 101100110 1001101 1000010

Color Harmonies of #EB666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB666B

Black with #EB666B

Text Example


Text Example

White with #EB666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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