#E95F67

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

Shades of Froly #E95F67

Tints of Froly #E95F67

Color information

#E95F67 (or 0xE95F67) is unknown color: approx Froly. HEX triplet: E9, 5F and 67. RGB value is (233,95,103). Sum of RGB (Red+Green+Blue) = 233+95+103=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F67 is #16A098. Grayscale: #898989. Windows color (decimal): -1482905 or 6774761. OLE color: 6774761.

HSL color Cylindrical-coordinate representation of color #E95F67: hue angle of 356.52º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F67 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB23395103-
CMYK00.590.560.09
HSL356.52º75.82%64.31%-
HSV(B)356.52º59.23%91.37%-
XYZ40.1426.4915.83-
YUV137.17108.72196.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.06%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=54.06%
G=22.04%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339510300.590.560.09356.5275.8264.31
HexE95F6703B3891654c40
Octal3511371470737011545114100
Binary11101001101111111001110111011111000100110110010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F67; }

 p { color: rgb(233,95,103); }

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

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

 a { background-color: rgb(233,95,103); }

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

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

 span { border-color: rgb(233,95,103); }

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