#E95C69

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

Shades of Froly #E95C69

Tints of Froly #E95C69

Color information

#E95C69 (or 0xE95C69) is unknown color: approx Froly. HEX triplet: E9, 5C and 69. RGB value is (233,92,105). Sum of RGB (Red+Green+Blue) = 233+92+105=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C69 is #16A396. Grayscale: #878787. Windows color (decimal): -1483671 or 6905065. OLE color: 6905065.

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

Color convert

RGB23392105-
CMYK00.610.550.09
HSL354.47º76.22%63.73%-
HSV(B)354.47º60.52%91.37%-
XYZ39.982616.28-
YUV135.64110.71197.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.19%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=54.19%
G=21.40%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339210500.610.550.09354.4776.2263.73
HexE95C6903D3791624c40
Octal3511341510756711542114100
Binary11101001101110011010010111101110111100110110001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C69; }

 p { color: rgb(233,92,105); }

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

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

 a { background-color: rgb(233,92,105); }

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

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

 span { border-color: rgb(233,92,105); }

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