Html Css Color HEX #EB6575 Froly

📋 copy color: '#EB6575'

red 235 ◦ green 101 ◦ blue 117

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

Shades of Froly #EB6575

Tints of Froly #EB6575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 51.88%
G = 22.3%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB6575 (or 0xEB6575) is known color: Froly. HEX triplet: EB, 65 and 75. RGB value is (235,101,117). Sum of RGB (Red+Green+Blue) = 235+101+117=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6575 is #149A8A. Grayscale: #8E8E8E. Windows color (decimal): -1350283 or 7693803. OLE color: 7693803.

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

Color convert

RGB 235 101 117 -
CMYK 0 0.57 0.50 0.08
HSL 352.84º 0.77% 0.66% -
HSV(B) 352.84º 0.57% 0.92% -
XYZ 42.13 28.25 20.06 -
YUV 142.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 235 101 117 0 0.57 0.50 0.08 352.84 0.77 0.66
Hex EB 65 75 0 39 32 8 161 4D 42
Octal 353 145 165 0 71 62 10 541 115 102
Binary 11101011 1100101 1110101 0 111001 110010 1000 101100001 1001101 1000010

Color Harmonies of #EB6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6575

Black with #EB6575

Text Example


Text Example

White with #EB6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6575; }

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

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

background-color css

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

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

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

border-color css

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

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

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