#e685cf

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

Shades of Tea Rose #E685CF

Tints of Tea Rose #E685CF

Color information

#E685CF (or 0xE685CF) is unknown color: approx Tea Rose. HEX triplet: E6, 85 and CF. RGB value is (230,133,207). Sum of RGB (Red+Green+Blue) = 230+133+207=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E685CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685CF is #197A30. Grayscale: #AAAAAA. Windows color (decimal): -1669681 or 13600230. OLE color: 13600230.

HSL color Cylindrical-coordinate representation of color #E685CF: hue angle of 314.23º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685CF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230133207-
CMYK00.420.100.10
HSL314.23º65.99%71.18%-
HSV(B)314.23º42.17%90.2%-
XYZ52.2838.163.63-
YUV170.44148.64170.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=40.35%
G=23.33%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013320700.420.100.10314.2365.9971.18
HexE685CF02AAA13a4247
Octal3462053170521212472102107
Binary11100110100001011100111101010101010101010011101010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e685cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e685cf; }

 p { color: rgb(230,133,207); }

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

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

 a { background-color: rgb(230,133,207); }

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

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

 span { border-color: rgb(230,133,207); }

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