#E68ACF

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

Shades of Tea Rose #E68ACF

Tints of Tea Rose #E68ACF

Color information

#E68ACF (or 0xE68ACF) is unknown color: approx Tea Rose. HEX triplet: E6, 8A and CF. RGB value is (230,138,207). Sum of RGB (Red+Green+Blue) = 230+138+207=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ACF is #197530. Grayscale: #ADADAD. Windows color (decimal): -1668401 or 13601510. OLE color: 13601510.

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

Color convert

RGB230138207-
CMYK00.40.100.10
HSL315º64.79%72.16%-
HSV(B)315º40%90.2%-
XYZ52.9839.563.86-
YUV173.37146.98168.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 207 (81.25% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013820700.40.100.1031564.7972.16
HexE68ACF028AA13b4148
Octal3462123170501212473101110
Binary11100110100010101100111101010001010101010011101110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68ACF; }

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

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

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

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

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

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

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

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