Html Css Color HEX #EB656B Froly

📋 copy color: '#EB656B'

red 235 ◦ green 101 ◦ blue 107

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

Shades of Froly #EB656B

Tints of Froly #EB656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.8%

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

R = 53.05%
G = 22.8%
B = 24.15%

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

#EB656B (or 0xEB656B) is known color: Froly. HEX triplet: EB, 65 and 6B. RGB value is (235,101,107). Sum of RGB (Red+Green+Blue) = 235+101+107=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB656B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB656B is #149A94. Grayscale: #8D8D8D. Windows color (decimal): -1350293 or 7038443. OLE color: 7038443.

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

Color convert

RGB 235 101 107 -
CMYK 0 0.57 0.54 0.08
HSL 357.31º 0.77% 0.66% -
HSV(B) 357.31º 0.57% 0.92% -
XYZ 41.57 28.03 17.13 -
YUV 141.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 235 101 107 0 0.57 0.54 0.08 357.31 0.77 0.66
Hex EB 65 6B 0 39 36 8 165 4D 42
Octal 353 145 153 0 71 66 10 545 115 102
Binary 11101011 1100101 1101011 0 111001 110110 1000 101100101 1001101 1000010

Color Harmonies of #EB656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB656B

Black with #EB656B

Text Example


Text Example

White with #EB656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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