#E96367

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

Shades of Froly #E96367

Tints of Froly #E96367

Color information

#E96367 (or 0xE96367) is unknown color: approx Froly. HEX triplet: E9, 63 and 67. RGB value is (233,99,103). Sum of RGB (Red+Green+Blue) = 233+99+103=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E96367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96367 is #169C98. Grayscale: #8B8B8B. Windows color (decimal): -1481881 or 6775785. OLE color: 6775785.

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

Color convert

RGB23399103-
CMYK00.580.560.09
HSL358.21º75.28%65.1%-
HSV(B)358.21º57.51%91.37%-
XYZ40.5127.2315.95-
YUV139.52107.39194.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.56%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=53.56%
G=22.76%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339910300.580.560.09358.2175.2865.1
HexE9636703A3891664b41
Octal3511431470727011546113101
Binary11101001110001111001110111010111000100110110011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96367; }

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

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

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

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

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

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

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

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