#E67A81

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

Shades of Froly #E67A81

Tints of Froly #E67A81

Color information

#E67A81 (or 0xE67A81) is unknown color: approx Froly. HEX triplet: E6, 7A and 81. RGB value is (230,122,129). Sum of RGB (Red+Green+Blue) = 230+122+129=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67A81 is #19857E. Grayscale: #9B9B9B. Windows color (decimal): -1672575 or 8485606. OLE color: 8485606.

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

Color convert

RGB230122129-
CMYK00.470.440.10
HSL356.11º68.35%69.02%-
HSV(B)356.11º46.96%90.2%-
XYZ43.5632.3324.71-
YUV155.09113.28181.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=47.82%
G=25.36%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012212900.470.440.10356.1168.3569.02
HexE67A8102F2CA1644445
Octal3461722010575412544104105
Binary111001101111010100000010101111101100101010110010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A81; }

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

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

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

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

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

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

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

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