#E680C7

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

Shades of Tea Rose #E680C7

Tints of Tea Rose #E680C7

Color information

#E680C7 (or 0xE680C7) is unknown color: approx Tea Rose. HEX triplet: E6, 80 and C7. RGB value is (230,128,199). Sum of RGB (Red+Green+Blue) = 230+128+199=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E680C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680C7 is #197F38. Grayscale: #A6A6A6. Windows color (decimal): -1670969 or 13074662. OLE color: 13074662.

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

Color convert

RGB230128199-
CMYK00.440.130.10
HSL318.24º67.11%70.2%-
HSV(B)318.24º44.35%90.2%-
XYZ50.6636.3858.39-
YUV166.59146.29173.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=41.29%
G=22.98%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012819900.440.130.10318.2467.1170.2
HexE680C702CDA13e4346
Octal3462003070541512476103106
Binary11100110100000001100011101011001101101010011111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680C7; }

 p { color: rgb(230,128,199); }

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

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

 a { background-color: rgb(230,128,199); }

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

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

 span { border-color: rgb(230,128,199); }

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