#E68BC7

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

Shades of Tea Rose #E68BC7

Tints of Tea Rose #E68BC7

Color information

#E68BC7 (or 0xE68BC7) is unknown color: approx Tea Rose. HEX triplet: E6, 8B and C7. RGB value is (230,139,199). Sum of RGB (Red+Green+Blue) = 230+139+199=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BC7 is #197438. Grayscale: #ACACAC. Windows color (decimal): -1668153 or 13077478. OLE color: 13077478.

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

Color convert

RGB230139199-
CMYK00.400.130.10
HSL320.44º64.54%72.35%-
HSV(B)320.44º39.57%90.2%-
XYZ52.1739.4158.89-
YUV173.05142.65168.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 139 (54.69% from 255) = 24.47%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=40.49%
G=24.47%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013919900.400.130.10320.4464.5472.35
HexE68BC7028DA1404148
Octal3462133070501512500101110
Binary11100110100010111100011101010001101101010100000010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BC7; }

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

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

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

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

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

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

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

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