#EB747E

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

Shades of Froly #EB747E

Tints of Froly #EB747E

Color information

#EB747E (or 0xEB747E) is unknown color: approx Froly. HEX triplet: EB, 74 and 7E. RGB value is (235,116,126). Sum of RGB (Red+Green+Blue) = 235+116+126=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB747E is #148B81. Grayscale: #989898. Windows color (decimal): -1346434 or 8287467. OLE color: 8287467.

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

Color convert

RGB235116126-
CMYK00.510.460.08
HSL354.96º74.84%68.82%-
HSV(B)354.96º50.64%92.16%-
XYZ44.2731.6623.52-
YUV152.72112.92186.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=49.27%
G=24.32%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511612600.510.460.08354.9674.8468.82
HexEB747E0332E81634b45
Octal3531641760635610543113105
Binary11101011111010011111100110011101110100010110001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB747E; }

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

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

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

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

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

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

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

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