Html Css Color HEX #EB6875 Froly

📋 copy color: '#EB6875'

red 235 ◦ green 104 ◦ blue 117

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

Shades of Froly #EB6875

Tints of Froly #EB6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

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

R = 51.54%
G = 22.81%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB6875 (or 0xEB6875) is known color: Froly. HEX triplet: EB, 68 and 75. RGB value is (235,104,117). Sum of RGB (Red+Green+Blue) = 235+104+117=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6875 is #14978A. Grayscale: #909090. Windows color (decimal): -1349515 or 7694571. OLE color: 7694571.

HSL color Cylindrical-coordinate representation of color #EB6875: hue angle of 354.05º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6875 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 117 -
CMYK 0 0.56 0.50 0.08
HSL 354.05º 0.77% 0.66% -
HSV(B) 354.05º 0.56% 0.92% -
XYZ 42.42 28.85 20.16 -
YUV 144.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 235 104 117 0 0.56 0.50 0.08 354.05 0.77 0.66
Hex EB 68 75 0 38 32 8 162 4D 42
Octal 353 150 165 0 70 62 10 542 115 102
Binary 11101011 1101000 1110101 0 111000 110010 1000 101100010 1001101 1000010

Color Harmonies of #EB6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6875

Black with #EB6875

Text Example


Text Example

White with #EB6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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