#EB7478

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

Shades of Froly #EB7478

Tints of Froly #EB7478

Color information

#EB7478 (or 0xEB7478) is unknown color: approx Froly. HEX triplet: EB, 74 and 78. RGB value is (235,116,120). Sum of RGB (Red+Green+Blue) = 235+116+120=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7478 is #148B87. Grayscale: #989898. Windows color (decimal): -1346440 or 7894251. OLE color: 7894251.

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

Color convert

RGB235116120-
CMYK00.510.490.08
HSL357.98º74.84%68.82%-
HSV(B)357.98º50.64%92.16%-
XYZ43.931.5121.54-
YUV152.04109.92187.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=49.89%
G=24.63%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511612000.510.490.08357.9874.8468.82
HexEB74780333181664b45
Octal3531641700636110546113105
Binary11101011111010011110000110011110001100010110011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7478; }

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

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

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

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

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

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

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

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