#EB5D67

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

Shades of Froly #EB5D67

Tints of Froly #EB5D67

Color information

#EB5D67 (or 0xEB5D67) is unknown color: approx Froly. HEX triplet: EB, 5D and 67. RGB value is (235,93,103). Sum of RGB (Red+Green+Blue) = 235+93+103=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D67 is #14A298. Grayscale: #888888. Windows color (decimal): -1352345 or 6774251. OLE color: 6774251.

HSL color Cylindrical-coordinate representation of color #EB5D67: hue angle of 355.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D67 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB23593103-
CMYK00.600.560.08
HSL355.77º78.02%64.31%-
HSV(B)355.77º60.43%92.16%-
XYZ40.6226.4715.8-
YUV136.6109.04198.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=54.52%
G=21.58%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359310300.600.560.08355.7778.0264.31
HexEB5D6703C3881644e40
Octal3531351470747010544116100
Binary11101011101110111001110111100111000100010110010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D67; }

 p { color: rgb(235,93,103); }

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

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

 a { background-color: rgb(235,93,103); }

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

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

 span { border-color: rgb(235,93,103); }

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