#EB717E

Color #EB717E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EB717E

Tints of Froly #EB717E

Color information

#EB717E (or 0xEB717E) is unknown color: approx Froly. HEX triplet: EB, 71 and 7E. RGB value is (235,113,126). Sum of RGB (Red+Green+Blue) = 235+113+126=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB717E is #148E81. Grayscale: #979797. Windows color (decimal): -1347202 or 8286699. OLE color: 8286699.

HSL color Cylindrical-coordinate representation of color #EB717E: hue angle of 353.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB717E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235113126-
CMYK00.520.460.08
HSL353.61º75.31%68.24%-
HSV(B)353.61º51.91%92.16%-
XYZ43.9330.9823.4-
YUV150.96113.92187.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=49.58%
G=23.84%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511312600.520.460.08353.6175.3168.24
HexEB717E0342E81624b44
Octal3531611760645610542113104
Binary11101011111000111111100110100101110100010110001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB717E; }

 p { color: rgb(235,113,126); }

 H1.HeaderClassName
 {
   color: #EB717E;
 }
 .AnyTagClassName
 {
   color: #EB717E;
 }
</style>
background-color css

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

 a { background-color: rgb(235,113,126); }

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

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

 span { border-color: rgb(235,113,126); }

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