Html Css Color HEX #EB657B Froly

📋 copy color: '#EB657B'

red 235 ◦ green 101 ◦ blue 123

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

Shades of Froly #EB657B

Tints of Froly #EB657B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 51.2%
G = 22%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB657B (or 0xEB657B) is known color: Froly. HEX triplet: EB, 65 and 7B. RGB value is (235,101,123). Sum of RGB (Red+Green+Blue) = 235+101+123=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB657B is #149A84. Grayscale: #8F8F8F. Windows color (decimal): -1350277 or 8087019. OLE color: 8087019.

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

Color convert

RGB 235 101 123 -
CMYK 0 0.57 0.48 0.08
HSL 350.15º 0.77% 0.66% -
HSV(B) 350.15º 0.57% 0.92% -
XYZ 42.49 28.4 21.98 -
YUV 143.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 235 101 123 0 0.57 0.48 0.08 350.15 0.77 0.66
Hex EB 65 7B 0 39 30 8 15E 4D 42
Octal 353 145 173 0 71 60 10 536 115 102
Binary 11101011 1100101 1111011 0 111001 110000 1000 101011110 1001101 1000010

Color Harmonies of #EB657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB657B

Black with #EB657B

Text Example


Text Example

White with #EB657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB657B; }

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

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

background-color css

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

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

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

border-color css

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

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

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