#E67781

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

Shades of Froly #E67781

Tints of Froly #E67781

Color information

#E67781 (or 0xE67781) is unknown color: approx Froly. HEX triplet: E6, 77 and 81. RGB value is (230,119,129). Sum of RGB (Red+Green+Blue) = 230+119+129=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E67781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67781 is #19887E. Grayscale: #999999. Windows color (decimal): -1673343 or 8484838. OLE color: 8484838.

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

Color convert

RGB230119129-
CMYK00.480.440.10
HSL354.59º68.94%68.43%-
HSV(B)354.59º48.26%90.2%-
XYZ43.1931.624.59-
YUV153.33114.27182.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=48.12%
G=24.90%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011912900.480.440.10354.5968.9468.43
HexE677810302CA1634544
Octal3461672010605412543105104
Binary111001101110111100000010110000101100101010110001110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67781; }

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

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

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

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

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

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

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

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