#E67581

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

Shades of Froly #E67581

Tints of Froly #E67581

Color information

#E67581 (or 0xE67581) is unknown color: approx Froly. HEX triplet: E6, 75 and 81. RGB value is (230,117,129). Sum of RGB (Red+Green+Blue) = 230+117+129=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E67581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67581 is #198A7E. Grayscale: #989898. Windows color (decimal): -1673855 or 8484326. OLE color: 8484326.

HSL color Cylindrical-coordinate representation of color #E67581: hue angle of 353.63º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67581 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230117129-
CMYK00.490.440.10
HSL353.63º69.33%68.04%-
HSV(B)353.63º49.13%90.2%-
XYZ42.9631.1324.51-
YUV152.16114.94183.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=48.32%
G=24.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011712900.490.440.10353.6369.3368.04
HexE675810312CA1624544
Octal3461652010615412542105104
Binary111001101110101100000010110001101100101010110001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67581; }

 p { color: rgb(230,117,129); }

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

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

 a { background-color: rgb(230,117,129); }

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

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

 span { border-color: rgb(230,117,129); }

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