Html Css Color HEX #EB657D Froly

📋 copy color: '#EB657D'

red 235 ◦ green 101 ◦ blue 125

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

Shades of Froly #EB657D

Tints of Froly #EB657D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 50.98%
G = 21.91%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB657D (or 0xEB657D) is known color: Froly. HEX triplet: EB, 65 and 7D. RGB value is (235,101,125). Sum of RGB (Red+Green+Blue) = 235+101+125=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB657D is #149A82. Grayscale: #8F8F8F. Windows color (decimal): -1350275 or 8218091. OLE color: 8218091.

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

Color convert

RGB 235 101 125 -
CMYK 0 0.57 0.47 0.08
HSL 349.25º 0.77% 0.66% -
HSV(B) 349.25º 0.57% 0.92% -
XYZ 42.62 28.45 22.65 -
YUV 143.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 235 101 125 0 0.57 0.47 0.08 349.25 0.77 0.66
Hex EB 65 7D 0 39 2F 8 15D 4D 42
Octal 353 145 175 0 71 57 10 535 115 102
Binary 11101011 1100101 1111101 0 111001 101111 1000 101011101 1001101 1000010

Color Harmonies of #EB657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB657D

Black with #EB657D

Text Example


Text Example

White with #EB657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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