Html Css Color HEX #EB6568 Froly

📋 copy color: '#EB6568'

red 235 ◦ green 101 ◦ blue 104

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

Shades of Froly #EB6568

Tints of Froly #EB6568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 53.41%
G = 22.95%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB6568 (or 0xEB6568) is known color: Froly. HEX triplet: EB, 65 and 68. RGB value is (235,101,104). Sum of RGB (Red+Green+Blue) = 235+101+104=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6568 is #149A97. Grayscale: #8D8D8D. Windows color (decimal): -1350296 or 6841835. OLE color: 6841835.

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

Color convert

RGB 235 101 104 -
CMYK 0 0.57 0.56 0.08
HSL 358.66º 0.77% 0.66% -
HSV(B) 358.66º 0.57% 0.92% -
XYZ 41.41 27.97 16.31 -
YUV 141.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 235 101 104 0 0.57 0.56 0.08 358.66 0.77 0.66
Hex EB 65 68 0 39 38 8 167 4D 42
Octal 353 145 150 0 71 70 10 547 115 102
Binary 11101011 1100101 1101000 0 111001 111000 1000 101100111 1001101 1000010

Color Harmonies of #EB6568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6568

Black with #EB6568

Text Example


Text Example

White with #EB6568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6568; }

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

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

background-color css

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

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

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

border-color css

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

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

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