#E67A82

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

Shades of Froly #E67A82

Tints of Froly #E67A82

Color information

#E67A82 (or 0xE67A82) is unknown color: approx Froly. HEX triplet: E6, 7A and 82. RGB value is (230,122,130). Sum of RGB (Red+Green+Blue) = 230+122+130=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67A82 is #19857D. Grayscale: #9B9B9B. Windows color (decimal): -1672574 or 8551142. OLE color: 8551142.

HSL color Cylindrical-coordinate representation of color #E67A82: hue angle of 355.56º 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 #E67A82 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230122130-
CMYK00.470.430.10
HSL355.56º68.35%69.02%-
HSV(B)355.56º46.96%90.2%-
XYZ43.6232.3525.06-
YUV155.2113.78181.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.72%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=47.72%
G=25.31%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012213000.470.430.10355.5668.3569.02
HexE67A8202F2BA1644445
Octal3461722020575312544104105
Binary111001101111010100000100101111101011101010110010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A82; }

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

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

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

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

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

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

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

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