Html Css Color HEX #EB656F Froly

📋 copy color: '#EB656F'

red 235 ◦ green 101 ◦ blue 111

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

Shades of Froly #EB656F

Tints of Froly #EB656F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 52.57%
G = 22.6%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB656F (or 0xEB656F) is known color: Froly. HEX triplet: EB, 65 and 6F. RGB value is (235,101,111). Sum of RGB (Red+Green+Blue) = 235+101+111=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB656F is #149A90. Grayscale: #8E8E8E. Windows color (decimal): -1350289 or 7300587. OLE color: 7300587.

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

Color convert

RGB 235 101 111 -
CMYK 0 0.57 0.53 0.08
HSL 355.52º 0.77% 0.66% -
HSV(B) 355.52º 0.57% 0.92% -
XYZ 41.78 28.12 18.26 -
YUV 142.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 235 101 111 0 0.57 0.53 0.08 355.52 0.77 0.66
Hex EB 65 6F 0 39 35 8 164 4D 42
Octal 353 145 157 0 71 65 10 544 115 102
Binary 11101011 1100101 1101111 0 111001 110101 1000 101100100 1001101 1000010

Color Harmonies of #EB656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB656F

Black with #EB656F

Text Example


Text Example

White with #EB656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB656F; }

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

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

background-color css

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

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

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

border-color css

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

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

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