Html Css Color HEX #EB6573 Froly

📋 copy color: '#EB6573'

red 235 ◦ green 101 ◦ blue 115

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

Shades of Froly #EB6573

Tints of Froly #EB6573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 52.11%
G = 22.39%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6573 (or 0xEB6573) is known color: Froly. HEX triplet: EB, 65 and 73. RGB value is (235,101,115). Sum of RGB (Red+Green+Blue) = 235+101+115=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6573 is #149A8C. Grayscale: #8E8E8E. Windows color (decimal): -1350285 or 7562731. OLE color: 7562731.

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

Color convert

RGB 235 101 115 -
CMYK 0 0.57 0.51 0.08
HSL 353.73º 0.77% 0.66% -
HSV(B) 353.73º 0.57% 0.92% -
XYZ 42.01 28.21 19.45 -
YUV 142.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 235 101 115 0 0.57 0.51 0.08 353.73 0.77 0.66
Hex EB 65 73 0 39 33 8 162 4D 42
Octal 353 145 163 0 71 63 10 542 115 102
Binary 11101011 1100101 1110011 0 111001 110011 1000 101100010 1001101 1000010

Color Harmonies of #EB6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6573

Black with #EB6573

Text Example


Text Example

White with #EB6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6573; }

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

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

background-color css

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

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

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

border-color css

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

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

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